ci: tarball: Use "current-guix" as profile name.
authorMathieu Othacehe <othacehe@gnu.org>
Sun, 18 Apr 2021 07:31:16 +0000 (09:31 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Sun, 18 Apr 2021 08:45:53 +0000 (10:45 +0200)
Fixes: <https://issues.guix.gnu.org/47841>.

* gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.

gnu/ci.scm

index 5ab1b51..babbb60 100644 (file)
@@ -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")))))