about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-10-23 17:24:32 +0200
committerGitHub <noreply@github.com>2024-10-23 17:24:32 +0200
commit5f0626cdb159569e03390573bbd48b162567a4da (patch)
tree604f5084a58bb706c0c69043aee5575db1c1607e /src/ci
parentbb65499b616fa16d9703757dc155282645a0788a (diff)
parent2eb7e0d3702f90d684a15b18af00f37e6ab05644 (diff)
downloadrust-5f0626cdb159569e03390573bbd48b162567a4da.tar.gz
rust-5f0626cdb159569e03390573bbd48b162567a4da.zip
Rollup merge of #132058 - adetaylor:use-rust-next-in-ci, r=lqd
CI: rfl: use rust-next temporary commit

Commit c95bbb59a9b22f9b838b15d28319185c1c884329 within rust-next contains some changes required to be compatible with upcoming arbitraty self types work. Roll RFL CI forward to the latest rust-next to include that work.

Related:
https://github.com/rust-lang/rust/pull/130225
https://github.com/rust-lang/rust/issues/44874

r? ``@ojeda``

try-job: x86_64-rust-for-linux
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/docker/scripts/rfl-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh
index 27dbfc6040c..f07515f7784 100755
--- a/src/ci/docker/scripts/rfl-build.sh
+++ b/src/ci/docker/scripts/rfl-build.sh
@@ -2,7 +2,7 @@
 
 set -euo pipefail
 
-LINUX_VERSION=v6.12-rc2
+LINUX_VERSION=28e848386b92645f93b9f2fdba5882c3ca7fb3e2
 
 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt
 ../x.py build --stage 2 library rustdoc clippy rustfmt