Skip to content

Commit 2e37b8d

Browse files
ojedaemilio
authored andcommitted
ci: Move forward Rust for Linux version to v6.18-rc3
This upgrade is also needed now since Rust 1.91.0 got released, which blocks the CI [1] due to the change in the target spec format in upstream Rust [2]. Support for the new format was added in Linux v6.17-rc5 [3]. Link: #3307 [1] Link: rust-lang/rust#144443 [2] Link: Rust-for-Linux/linux@8851e27 [3] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 4731d6c commit 2e37b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [ "$BINDGEN_RUST_FOR_LINUX_TEST" == "1" ]; then
9696
# and each update should only contain this change.
9797
#
9898
# Both commit hashes and tags are supported.
99-
LINUX_VERSION=v6.17-rc2
99+
LINUX_VERSION=v6.18-rc3
100100

101101
# Download Linux at a specific commit
102102
mkdir -p linux

0 commit comments

Comments
 (0)