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.
This commit is contained in:
parent
868d8068a0
commit
2ccb715ab3
@ -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")))))
|
||||
|
Loading…
Reference in New Issue
Block a user