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
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -354,6 +354,7 @@ SYSTEM."
 | 
				
			||||||
              (>>= (profile-derivation (packages->manifest (list guix)))
 | 
					              (>>= (profile-derivation (packages->manifest (list guix)))
 | 
				
			||||||
                   (lambda (profile)
 | 
					                   (lambda (profile)
 | 
				
			||||||
                     (self-contained-tarball "guix-binary" profile
 | 
					                     (self-contained-tarball "guix-binary" profile
 | 
				
			||||||
 | 
					                                             #:profile-name "current-guix"
 | 
				
			||||||
                                             #:localstatedir? #t
 | 
					                                             #:localstatedir? #t
 | 
				
			||||||
                                             #:compressor
 | 
					                                             #:compressor
 | 
				
			||||||
                                             (lookup-compressor "xz")))))
 | 
					                                             (lookup-compressor "xz")))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue