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 7
7
8
8
env :
9
9
GH_TOKEN : ${{ github.token }}
10
- RUSTUP_TOOLCHAIN : 1.87 .0
10
+ RUSTUP_TOOLCHAIN : 1.88 .0
11
11
12
12
jobs :
13
13
dist :
@@ -28,13 +28,14 @@ jobs:
28
28
repository : rust-lang/rust
29
29
ref : ${{ env.RUSTUP_TOOLCHAIN }}
30
30
path : rust
31
+ fetch-depth : 5
31
32
submodules : true
32
33
- name : Install arch-specific GCC variants
33
34
run : |
34
35
sudo apt-get update
35
36
sudo apt-get install gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-x86-64-linux-gnu
36
37
- 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
38
39
working-directory : ./rust
39
40
env :
40
41
CC_aarch64_unknown_hermit : aarch64-linux-gnu-gcc
Original file line number Diff line number Diff line change 1
1
change-id = 121754
2
2
3
3
[llvm ]
4
- download-ci-llvm = " if-unchanged "
4
+ download-ci-llvm = true
5
5
6
6
[build ]
7
7
target = [
You can’t perform that action at this time.
0 commit comments