Fix CI url for compiler-rt source

master
Amanieu d'Antras 2020-08-23 23:31:51 +01:00
parent caa19a764e
commit 6a67566b20
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ jobs:
- run: rustup component add llvm-tools-preview
- name: Download compiler-rt reference sources
run: |
curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/10.0-2020-02-05.tar.gz
tar xzf code.tar.gz --strip-components 1 llvm-project-rustc-10.0-2020-02-05/compiler-rt
curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/10.0-2020-05-05.tar.gz
tar xzf code.tar.gz --strip-components 1 llvm-project-rustc-10.0-2020-05-05/compiler-rt
echo "##[set-env name=RUST_COMPILER_RT_ROOT]./compiler-rt"
shell: bash