From 3d2410e2b06d7349a688b6cb1b8ce49d5d941ffa Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Fri, 22 Aug 2025 11:20:04 +0200 Subject: [PATCH] ci: Move forward Rust for Linux version to v6.17-rc2 Signed-off-by: Miguel Ojeda --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 952b48e80d..587263804b 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -96,7 +96,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.16-rc1 + LINUX_VERSION=v6.17-rc2 # Download Linux at a specific commit mkdir -p linux