@@ -2,7 +2,7 @@ |
|
|
2 |
2 |
|
3 |
3 |
set -euo pipefail |
4 |
4 |
|
5 |
|
-LINUX_VERSION=28e848386b92645f93b9f2fdba5882c3ca7fb3e2 |
|
5 |
+LINUX_VERSION=v6.13-rc1 |
6 |
6 |
|
7 |
7 |
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt |
8 |
8 |
../x.py build --stage 2 library rustdoc clippy rustfmt |
@@ -64,7 +64,7 @@ make -C linux LLVM=1 -j$(($(nproc) + 1)) \ |
|
|
64 |
64 |
|
65 |
65 |
BUILD_TARGETS=" |
66 |
66 |
samples/rust/rust_minimal.o |
67 |
|
- samples/rust/rust_print.o |
|
67 |
+ samples/rust/rust_print_main.o |
68 |
68 |
drivers/net/phy/ax88796b_rust.o |
69 |
69 |
rust/doctests_kernel_generated.o |
70 |
70 |
" |