docker: add "set-e" to scripts that didn't have it

This commit is contained in:
itsmattkc
2025-12-18 03:23:59 -08:00
parent fe6008c279
commit d007ac6364
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/bash
set -e
EXTRA_CMAKE_FLAGS=
if [ "$ARCH" = "aarch64" ]
+3
View File
@@ -1,4 +1,7 @@
#!/bin/sh
set -e
mkdir /build
cmake -S /vanilla -B /build -DVANILLA_BUILD_VENDORED=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/mingw-w64-x86_64.cmake
cmake --build /build --parallel