File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 rustup component add rust-src
3636 rustup component add llvm-tools-preview
3737 rustup target add x86_64-unknown-none
38- rustup component add rust-src --toolchain nightly-2023-08-15 -x86_64-unknown-linux-gnu
38+ rustup component add rust-src --toolchain nightly-2024-11-05 -x86_64-unknown-linux-gnu
3939 rustup component add rustfmt
4040
41- rustup toolchain install nightly-2023-08-15 -x86_64-unknown-linux-gnu
42- rustup component add rust-src --toolchain nightly-2023-08-15 -x86_64-unknown-linux-gnu
43- rustup target add x86_64-unknown-linux-musl --toolchain nightly-2023-08-15 -x86_64-unknown-linux-gnu
41+ rustup toolchain install nightly-2024-11-05 -x86_64-unknown-linux-gnu
42+ rustup component add rust-src --toolchain nightly-2024-11-05 -x86_64-unknown-linux-gnu
43+ rustup target add x86_64-unknown-linux-musl --toolchain nightly-2024-11-05 -x86_64-unknown-linux-gnu
4444 rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
4545
4646 cargo install dadk --version 0.1.2
Original file line number Diff line number Diff line change 11# The toolchain we use.
22# You can get it by running DragonOS' `tools/bootstrap.sh`
3- TOOLCHAIN ="+nightly-2023-08-15 -x86_64-unknown-linux-gnu"
3+ TOOLCHAIN ="+nightly-2024-11-05 -x86_64-unknown-linux-gnu"
44RUSTFLAGS+ =""
55
66ifdef DADK_CURRENT_BUILD_DIR
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " nightly-2023-08-15 "
2+ channel = " nightly-2024-11-05 "
33components = [" rust-src" ]
You can’t perform that action at this time.
0 commit comments