mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
3cbd088ee4
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: ff2cc0e38e3e ("ci: Don't print output twice in `ci-util`")