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

Use Bash for all GitHub Actions CI jobs #2898

Merged
merged 1 commit into from
Feb 28, 2025
Merged

Conversation

vmcj
Copy link
Member

@vmcj vmcj commented Feb 26, 2025

We didn't catch an error with an error being eaten away with a piped command. The benefits of being POSIX compliant are slim for the CI jobs.

The -o pipefail is added for al scripts (also if they don't use a | yet) and where we don't have set -eu yet this is added but not the -x to keep the looks the same.

@vmcj vmcj force-pushed the ci_bash_posix branch 2 times, most recently from ae77f50 to 98ad4c1 Compare February 26, 2025 21:13
Copy link

github-actions bot commented Feb 26, 2025

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit abbf1e8. ± Comparison against base commit 86b272b.

♻️ This comment has been updated with latest results.

We didn't catch an error with an error being eaten away with a piped
command. The benefits of being POSIX compliant are slim for the CI jobs.

The -o pipefail is added for al scripts (also if they don't use a `|`
yet) and where we don't have set -eu yet this is added but not the -x to
keep the looks the same.

Also fixes an unset ARCH option.
@vmcj vmcj added this pull request to the merge queue Feb 28, 2025
Merged via the queue into DOMjudge:main with commit 8f7f672 Feb 28, 2025
37 checks passed
@vmcj vmcj deleted the ci_bash_posix branch February 28, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants