chore: update toolchain version to 2024-11-05 (#1031)

* chore: update toolchain version to 2024-11-05

* update dragon reach to e945c217b3

* update dog to 6f2c0c8f12

---------

Co-authored-by: longjin <longjin@DragonOS.org>
This commit is contained in:
linfeng
2024-11-11 21:29:15 +08:00
committed by GitHub
parent 69715438f2
commit 7c28051e8c
99 changed files with 242 additions and 379 deletions

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
# RUSTFLAGS+="-C target-feature=+crt-static -C link-arg=-no-pie"
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,6 +1,6 @@
# The toolchain we use.
# You can get it by running DragonOS' `tools/bootstrap.sh`
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+="-C target-feature=+crt-static -C link-arg=-no-pie"
# 如果是在dadk中编译那么安装到dadk的安装目录中

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-07-23"
channel = "nightly-2024-11-05"
# The source code of rustc, provided by the rust-src component, is needed for
# building eBPF programs.
components = [

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2023-08-15-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,7 +1,7 @@
# Makefile.toml
[env]
TOOLCHAIN = "+nightly-2023-08-15-x86_64-unknown-linux-gnu"
TOOLCHAIN = "+nightly-2024-11-05-x86_64-unknown-linux-gnu"
ARCH = { default = "x86_64" }
RUST_TARGET = { default = { if = "eq(env.ARCH, 'riscv64')", value = "riscv64gc-unknown-linux-gnu", else = "x86_64-unknown-linux-musl" } }

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
# RUSTFLAGS+="-C target-feature=+crt-static -C link-arg=-no-pie"
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,4 +1,4 @@
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR

View File

@ -1,6 +1,6 @@
# The toolchain we use.
# You can get it by running DragonOS' `tools/bootstrap.sh`
TOOLCHAIN="+nightly-2024-07-23-x86_64-unknown-linux-gnu"
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
RUSTFLAGS+=""
ifdef DADK_CURRENT_BUILD_DIR