fix(build): restore strict error handling — find real build failures

This commit is contained in:
project6
2026-08-10 08:09:22 +00:00
parent 98fdcff9e9
commit 3aa0c3cffb
2 changed files with 6 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
# ./ex_engine/build.sh # auto-detect toolchain
# ./ex_engine/build.sh --nvcc # force nvcc (development)
set +e # Don't exit on error — Docker build must not fail on optional compilation
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
BUILD_DIR="${SCRIPT_DIR}/build"