Merge pull request #375 from Amanieu/fix_ci
Fix CI url for compiler-rt source
This commit is contained in:
commit
5612f3005f
|
@ -88,8 +88,8 @@ jobs:
|
||||||
- run: rustup component add llvm-tools-preview
|
- run: rustup component add llvm-tools-preview
|
||||||
- name: Download compiler-rt reference sources
|
- name: Download compiler-rt reference sources
|
||||||
run: |
|
run: |
|
||||||
curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/10.0-2020-02-05.tar.gz
|
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-02-05/compiler-rt
|
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"
|
echo "##[set-env name=RUST_COMPILER_RT_ROOT]./compiler-rt"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue