Skip to content

Commit eeca12d

Browse files
ojedapvdrz
authored andcommitted
ci: Move forward Rust for Linux version to v6.13-rc1
The kernel merge window has finished, so upgrade to the first release candidate tag so that `bindgen` CI tests the latest additions/changes. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent a154af5 commit eeca12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ "$BINDGEN_RUST_FOR_LINUX_TEST" == "1" ]; then
105105
# and each update should only contain this change.
106106
#
107107
# Both commit hashes and tags are supported.
108-
LINUX_VERSION=v6.12-rc5
108+
LINUX_VERSION=v6.13-rc1
109109

110110
# Download Linux at a specific commit
111111
mkdir -p linux
@@ -142,6 +142,6 @@ EOF
142142
# Build Rust for Linux
143143
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
144144
samples/rust/rust_minimal.o \
145-
samples/rust/rust_print.o \
145+
samples/rust/rust_print_main.o \
146146
drivers/net/phy/ax88796b_rust.o
147147
fi

0 commit comments

Comments
 (0)