diff options
| author | bors <bors@rust-lang.org> | 2024-07-29 10:05:42 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-07-29 10:05:42 +0000 |
| commit | 56c698c71130de6fe55ba703a161405b6145b90e (patch) | |
| tree | 1f422a6711433df3b6ebbc7e558d02948caf3d2e /src/ci/docker/scripts | |
| parent | 80d8270d8488957f62fbf0df7a19dfe596be92ac (diff) | |
| parent | 624f9bdec919f18c4c0123436fbe17ee654935a9 (diff) | |
| download | rust-56c698c71130de6fe55ba703a161405b6145b90e.tar.gz rust-56c698c71130de6fe55ba703a161405b6145b90e.zip | |
Auto merge of #128334 - matthiaskrgr:rollup-nhxdt0c, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #128182 (handle no_std targets on std builds) - #128277 (miri: fix offset_from behavior on wildcard pointers) - #128304 (Isolate the diagnostic code that expects `thir::Pat` to be printable) - #128307 (Clean and enable `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`) - #128322 (CI: move RFL job forward to v6.11-rc1) - #128333 (Miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/docker/scripts')
| -rwxr-xr-x | src/ci/docker/scripts/rfl-build.sh | 2 |
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 da7b029ca73..3acc09e0b9b 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=c13320499ba0efd93174ef6462ae8a7a2933f6e7 +LINUX_VERSION=v6.11-rc1 # Build rustc, rustdoc and cargo ../x.py build --stage 1 library rustdoc |
