Skip to content

Commit 25dce88

Browse files
authored
fix: specify Rust toolchain to nightly-2024-11-05 (#56)
* fix: specify Rust toolchain to nightly-2024-11-05 * fix: specify Rust toolchain to "+nightly-2024-11-05-x86_64-unknown-linux-gnu"
1 parent d7d2136 commit 25dce88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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_dragonos-gnu"
3+
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
44
# RUSTFLAGS+="-C target-feature=+crt-static -C link-arg=-no-pie"
55

66
# 如果是在dadk中编译,那么安装到dadk的安装目录中

0 commit comments

Comments
 (0)