Skip to content

Commit adeba9e

Browse files
ojedaemilio
authored andcommitted
ci: move forward Rust for Linux version to v6.14
v6.14 is the latest tag and it contains v6.14-rc2 which included the fix for the `soft-float` error (commit 6273a058383e ("x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0") in Linux). Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 7eb87db commit adeba9e

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
@@ -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.14-rc1
99+
LINUX_VERSION=v6.14
100100

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

0 commit comments

Comments
 (0)