git » firefox.git » commit 52d3095

firefox 128.0.3

author Urja (ARMLFS builder)
2024-07-30 08:44:44 UTC
committer Urja (ARMLFS builder)
2024-07-30 08:44:44 UTC
parent 4bec8335a119cc9bb67cfae68ae469f5337c601d

firefox 128.0.3

build-in64.sh +1 -1
custom-build.sh +1 -1

diff --git a/build-in64.sh b/build-in64.sh
index 378813d..ea5cd78 100755
--- a/build-in64.sh
+++ b/build-in64.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 cd $1
-systemd-nspawn -M sysroot-$$ --register=no --keep-unit -a --bind=/sources \
+systemd-nspawn --console=autopipe -M sysroot-$$ --register=no --keep-unit -a --bind=/sources \
  -D /mnt/armlfs \
  $(pwd)/build-in32.sh $(pwd)
 su builder -c "../cross-makepkg.sh -Ccs"
diff --git a/custom-build.sh b/custom-build.sh
index ee1fa40..09b01f7 100755
--- a/custom-build.sh
+++ b/custom-build.sh
@@ -2,7 +2,7 @@
 set -e
 su builder -c "../pkg-prep.sh $1"
 mount -o remount,size=8G /tmp
-systemd-nspawn -M pkg-builder64-$$ --volatile=overlay --bind=/sources \
+systemd-nspawn --console=autopipe -a -M pkg-builder64-$$ --volatile=overlay --bind=/sources \
 --overlay=/build-core::/mnt/armlfs \
 --bind-ro=/var/lib/pacman/sync:/mnt/armlfs/var/lib/pacman/sync \
 --bind=/buildcore64/var/cache/pacman/pkg:/var/cache/pacman/pkg \