about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-02-10 21:02:16 -0800
committerEric Huss <eric@huss.org>2024-02-10 21:02:16 -0800
commit4ce1f1cffc7c63928cac447afe8010e6daaa42d6 (patch)
tree088465b090ddc287e250d72fa76e7bed3619cb1d /compiler/rustc_codegen_llvm/src
parent4fd3cf96a1db7771ef4f332b9eb1ad17fa0fd091 (diff)
downloadrust-4ce1f1cffc7c63928cac447afe8010e6daaa42d6.tar.gz
rust-4ce1f1cffc7c63928cac447afe8010e6daaa42d6.zip
Require that SELECT_XCODE is set.
Allowing the Xcode version to "float" based on whatever default GitHub
selects creates an unreliable environment. When GitHub changes the
default, we can have multiple jobs in the same run using different
versions as it rolls out across machines. It can also cause oscillation
between runs as different machines are used. It also causes
unpredictable timing when the updates happen.

This change helps ensure that the version that is used is pinned. The
downside is that it requires manually bumping the version, and the risk
that if we take too long, older Xcodes will be removed and that will
break the build.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions