diff options
| author | bors <bors@rust-lang.org> | 2025-03-05 02:43:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-03-05 02:43:15 +0000 |
| commit | ac951d379913c667a1fb73a0830e81d65d2007cf (patch) | |
| tree | 0e95d4d9055ab7295908f998b9d5efb7890b4988 /src/ci/github-actions | |
| parent | 08db600e8e276b548e986abe7239c2a85d2f425f (diff) | |
| parent | 7ba7cc835ec18876b8133c4f051abfd5bfebb0aa (diff) | |
| download | rust-ac951d379913c667a1fb73a0830e81d65d2007cf.tar.gz rust-ac951d379913c667a1fb73a0830e81d65d2007cf.zip | |
Auto merge of #138021 - workingjubilee:rollup-brhnycu, r=workingjubilee
Rollup of 6 pull requests Successful merges: - #137077 (Postprocess bootstrap metrics into GitHub job summary) - #137373 (Compile run-make-support and run-make tests with the bootstrap compiler) - #137634 (Update `compiler-builtins` to 0.1.149) - #137667 (Add `dist::Gcc` build step) - #137722 (`librustdoc`: 2024 edition! 🎊) - #137947 (Do not install rustup on Rust for Linux job) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 1504e5c60ce..bbcc01a0c29 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -271,9 +271,8 @@ auto: # Tests integration with Rust for Linux. # Builds stage 1 compiler and tries to compile a few RfL examples with it. - # FIXME: fix rustup 1.28 issue - # - name: x86_64-rust-for-linux - # <<: *job-linux-4c + - name: x86_64-rust-for-linux + <<: *job-linux-4c - name: x86_64-gnu <<: *job-linux-4c |
