Skip to content

Commit 82ceddc

Browse files
committed
feat: upgrade to Rust 1.88.0
1 parent 4000ad8 commit 82ceddc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
GH_TOKEN: ${{ github.token }}
10-
RUSTUP_TOOLCHAIN: 1.87.0
10+
RUSTUP_TOOLCHAIN: 1.88.0
1111

1212
jobs:
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

rust-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
change-id = 121754
22

33
[llvm]
4-
download-ci-llvm = "if-unchanged"
4+
download-ci-llvm = true
55

66
[build]
77
target = [

0 commit comments

Comments
 (0)