diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-10-14 15:20:52 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-10-14 15:21:14 -0400 |
| commit | 86608f1796c9335b103b596df53bef03f7fcc303 (patch) | |
| tree | fb2875470f55ce569650aaa5f293ec7bf8537e6c | |
| parent | f70232f81ac164d87195e31a157f52d0681f967c (diff) | |
| download | rust-86608f1796c9335b103b596df53bef03f7fcc303.tar.gz rust-86608f1796c9335b103b596df53bef03f7fcc303.zip | |
Switch to clang v13 as the C/C++ compiler used for bootstrap
| -rwxr-xr-x | src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh index ed5edfec4e1..562be752f84 100755 --- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh +++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh @@ -4,7 +4,7 @@ set -ex source shared.sh -LLVM=llvmorg-12.0.1 +LLVM=llvmorg-13.0.0 mkdir llvm-project cd llvm-project |
