Skip to content

ci: Set pipefail before running ci-util #1000

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

Merged
merged 1 commit into from
Jul 30, 2025
Merged

Conversation

tgross35
Copy link
Contributor

Currently, a failure in ci-util.py does not cause the job to fail because the pipe eats the failure status . Set pipefail to fix this.

Fixes: ff2cc0e ("ci: Don't print output twice in ci-util")

Currently, a failure in `ci-util.py` does not cause the job to fail
because the pipe eats the failure status . Set pipefail to fix this.

Fixes: ff2cc0e ("ci: Don't print output twice in `ci-util`")
@tgross35 tgross35 merged commit 767e6eb into rust-lang:master Jul 30, 2025
38 checks passed
@tgross35 tgross35 deleted the ci-fix branch July 30, 2025 15:08
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.

1 participant