diff options
author | Eric <eric@efcs.ca> | 2023-12-05 15:01:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 15:01:46 -0500 |
commit | 1e3af94253cebb054db5d2050e00af0169862b39 (patch) | |
tree | 5132dc4a6cd42f9883ac2f1f47ef37435b4fd577 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | aaf3a8ded47121c8ec8136f97a7a2c39112b3e59 (diff) | |
download | llvm-1e3af94253cebb054db5d2050e00af0169862b39.zip llvm-1e3af94253cebb054db5d2050e00af0169862b39.tar.gz llvm-1e3af94253cebb054db5d2050e00af0169862b39.tar.bz2 |
Disable fail-fast for libc++ builders. (#74485)
It seems the fail fast just doesn't strike the right balance.
It wastes too many resources, especially if a build is killed because
the machine it was running on got preempted.
Instead, we should simply not run any future jobs if a failure has
occured, while letting the already running jobs finish.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions