Skip to content

Commit

Permalink
ci: Move forward Rust for Linux version to v6.13-rc1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ojeda committed Dec 3, 2024
1 parent f2d2266 commit 3910a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if [ "$BINDGEN_RUST_FOR_LINUX_TEST" == "1" ]; then
# and each update should only contain this change.
#
# Both commit hashes and tags are supported.
LINUX_VERSION=v6.12-rc5
LINUX_VERSION=v6.13-rc1

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

0 comments on commit 3910a37

Please sign in to comment.