Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch unexpected errors in Bourne shell scripts. #168

Closed
wants to merge 3 commits into from

Merge branch 'main' into bugfix/sh-catch-errors

e5cfe29
Select commit
Loading
Failed to load commit list.
Closed

Catch unexpected errors in Bourne shell scripts. #168

Merge branch 'main' into bugfix/sh-catch-errors
e5cfe29
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD, Clang 16 failed Dec 13, 2023 in 1m 33s

Task Summary

Instruction build failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:04 clone
✅ 01:25 install
❌ 00:01 build

set -e
cd src/engine
./build.sh --cxx=${CXX} ${TOOLSET}
./build.sh: 2: parameter not set

Exit status: 2