fixup! fix ninja
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Tobias Manske 2023-08-21 18:57:36 +02:00
parent ce8983ce29
commit 16b25be5bb
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -125,7 +125,7 @@ fi
# aur build -S --noconfirm -a queue --no-sync --margs -s # aur build -S --noconfirm -a queue --no-sync --margs -s
export AUR_SYNC_USE_NINJA=1 export AUR_SYNC_USE_NINJA=1
cat graph | aur sync--ninja -S -- aur build -S --noconfirm --no-sync --margs -s | ninja -k 0 -f /dev/stdin cat graph | aur sync--ninja -S -- aur build -S --noconfirm --no-sync --margs -s | tee -a /dev/stderr | ninja -k 0 -f /dev/stdin
echo "##################################" echo "##################################"
ls -la /repo ls -la /repo