mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(steps-guix): merge guix-1.5.0 improve stage into pass1 build path
This commit is contained in:
parent
3d35277070
commit
4abc97da82
2 changed files with 4 additions and 1 deletions
|
|
@ -5,6 +5,10 @@ src_prepare() {
|
|||
|
||||
default
|
||||
|
||||
# Merge improve:guix-1.5.0 into build:guix-1.5.0 so manifest order cannot
|
||||
# accidentally influence pass number selection.
|
||||
"${SRCDIR}/improve/guix-1.5.0.sh"
|
||||
|
||||
if [ ! -f /tmp/guix-bootstrap-seeds.env ]; then
|
||||
echo "Missing /tmp/guix-bootstrap-seeds.env" >&2
|
||||
false
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ build: mes-minimal-stripped-0.19-i686-linux
|
|||
build: mescc-tools-static-stripped-0.5.2-i686-linux
|
||||
# End of Guix Bootstrap seeds
|
||||
build: guix-hash-compat-1.5.0
|
||||
improve: guix-1.5.0
|
||||
build: guix-1.5.0
|
||||
improve: guix-daemon-and-pull
|
||||
improve: guix-build-iso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue