Skip to content

Commit b7dd8cb

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 b7dd8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

+1-1
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

0 commit comments

Comments
 (0)