Skip to content

Commit 3910a37

Browse files
committed
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 <ojeda@kernel.org>
1 parent f2d2266 commit 3910a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ if [ "$BINDGEN_RUST_FOR_LINUX_TEST" == "1" ]; then
154154
# and each update should only contain this change.
155155
#
156156
# Both commit hashes and tags are supported.
157-
LINUX_VERSION=v6.12-rc5
157+
LINUX_VERSION=v6.13-rc1
158158

159159
# Download Linux at a specific commit
160160
mkdir -p linux
@@ -191,6 +191,6 @@ EOF
191191
# Build Rust for Linux
192192
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
193193
samples/rust/rust_minimal.o \
194-
samples/rust/rust_print.o \
194+
samples/rust/rust_print_main.o \
195195
drivers/net/phy/ax88796b_rust.o
196196
fi

0 commit comments

Comments
 (0)