File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77
88env :
99 GH_TOKEN : ${{ github.token }}
10- RUSTUP_TOOLCHAIN : 1.87 .0
10+ RUSTUP_TOOLCHAIN : 1.88 .0
1111
1212jobs :
1313 dist :
@@ -28,13 +28,14 @@ jobs:
2828 repository : rust-lang/rust
2929 ref : ${{ env.RUSTUP_TOOLCHAIN }}
3030 path : rust
31+ fetch-depth : 5
3132 submodules : true
3233 - name : Install arch-specific GCC variants
3334 run : |
3435 sudo apt-get update
3536 sudo apt-get install gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-x86-64-linux-gnu
3637 - name : Build rust-std distribution artifacts
37- run : ./x dist --config ../rust-config.toml rust-std
38+ run : ./x dist --config ../rust-config.toml rust-std --ci false
3839 working-directory : ./rust
3940 env :
4041 CC_aarch64_unknown_hermit : aarch64-linux-gnu-gcc
Original file line number Diff line number Diff line change 11change-id = 121754
22
33[llvm ]
4- download-ci-llvm = " if-unchanged "
4+ download-ci-llvm = true
55
66[build ]
77target = [
You can’t perform that action at this time.
0 commit comments