diff options
| author | bors <bors@rust-lang.org> | 2024-08-25 20:29:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-25 20:29:33 +0000 |
| commit | c6db1ca3c93ad69692a4c4b5542f26fda4bf3aec (patch) | |
| tree | fcf719f1bab239d66a9c8f94fba886de7b0c8afe /src/ci/docker/scripts | |
| parent | 1a94d839be8b248b972b9e022cb940d56de72fa1 (diff) | |
| parent | 86d5c5336295944de1754265fc3e32f062b1db9f (diff) | |
| download | rust-c6db1ca3c93ad69692a4c4b5542f26fda4bf3aec.tar.gz rust-c6db1ca3c93ad69692a4c4b5542f26fda4bf3aec.zip | |
Auto merge of #129563 - matthiaskrgr:rollup-t6bai2d, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #129091 (add Box::as_ptr and Box::as_mut_ptr methods) - #129134 (bootstrap: improve error recovery flags to curl) - #129416 (library: Move unstable API of new_uninit to new features) - #129459 (handle stage0 `cargo` and `rustc` separately) - #129487 (repr_transparent_external_private_fields: special-case some std types) - #129511 (Update minifier to 0.3.1) - #129523 (Make `rustc_type_ir` build on stable) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/docker/scripts')
| -rwxr-xr-x | src/ci/docker/scripts/rfl-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh index d690aac27fa..389abb2fdd3 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.11-rc1 +LINUX_VERSION=4c7864e81d8bbd51036dacf92fb0a400e13aaeee # Build rustc, rustdoc and cargo ../x.py build --stage 1 library rustdoc @@ -28,7 +28,7 @@ rm -rf linux || true # Download Linux at a specific commit mkdir -p linux git -C linux init -git -C linux remote add origin https://github.com/torvalds/linux.git +git -C linux remote add origin https://github.com/Rust-for-Linux/linux.git git -C linux fetch --depth 1 origin ${LINUX_VERSION} git -C linux checkout FETCH_HEAD |
