]> git.lizzy.rs Git - rust.git/commit
Enable downloading prebuilt LLVM in test builders
authorMark Rousskov <mark.simulacrum@gmail.com>
Sun, 31 Jul 2022 21:45:15 +0000 (17:45 -0400)
committerMark Rousskov <mark.simulacrum@gmail.com>
Sat, 20 Aug 2022 13:47:59 +0000 (09:47 -0400)
commit6c7f30114515111c53224e2de1434a324f73c0e8
tree08f19bc37043beac017217fde70a2bf7cfa20d30
parent8ca14aa7ff9d0c4adde9c9058acbb2edf59bb05f
Enable downloading prebuilt LLVM in test builders

See comment added for details on the test builder restriction. This is primarily
intended for macOS CI, but is likely to be a slight win on other builders too.
16 files changed:
.github/workflows/ci.yml
src/bootstrap/config.rs
src/bootstrap/native.rs
src/ci/docker/host-x86_64/arm-android/Dockerfile
src/ci/docker/host-x86_64/i686-gnu-nopt/Dockerfile
src/ci/docker/host-x86_64/i686-gnu/Dockerfile
src/ci/docker/host-x86_64/test-various/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-13-stage1/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-13/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
src/ci/github-actions/ci.yml
src/ci/run.sh
src/ci/scripts/install-clang.sh