diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-18 09:31:16 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-18 10:45:53 +0200 |
commit | 2ccb715ab3ebef5ddbc53d706cbc42b3b765d613 (patch) | |
tree | 3389c12bf78d33125f816c8133a746facf3fc4e1 /gnu | |
parent | 868d8068a0b0ea985c6f8d28cb7a436c96bd4de5 (diff) | |
download | guix-2ccb715ab3ebef5ddbc53d706cbc42b3b765d613.tar.gz guix-2ccb715ab3ebef5ddbc53d706cbc42b3b765d613.zip |
ci: tarball: Use "current-guix" as profile name.
Fixes: <https://issues.guix.gnu.org/47841>.
* gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/ci.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 5ab1b51d82..babbb60f81 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -354,6 +354,7 @@ SYSTEM." (>>= (profile-derivation (packages->manifest (list guix))) (lambda (profile) (self-contained-tarball "guix-binary" profile + #:profile-name "current-guix" #:localstatedir? #t #:compressor (lookup-compressor "xz"))))) |