diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-21 07:25:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 07:25:52 +0000 |
| commit | 12ac750f9bf4ecfb45e44773ca4dd5c414d9bd7b (patch) | |
| tree | 4c4fbb89bcbcdfb75627bf0ce9255f124944e664 /src/ci | |
| parent | 7e6c8d21c61b1b6471c316df98cd119e5cb5fe46 (diff) | |
| parent | ec6fe118d9f11c236288a589113db887cade703c (diff) | |
| download | rust-12ac750f9bf4ecfb45e44773ca4dd5c414d9bd7b.tar.gz rust-12ac750f9bf4ecfb45e44773ca4dd5c414d9bd7b.zip | |
Merge pull request #4044 from RalfJung/rustup
Rustup
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 340dfd67b7d..9a51a3f4268 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -465,7 +465,7 @@ auto: SCRIPT: python x.py dist bootstrap --include-default-paths DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift - <<: *job-windows-8c + <<: *job-windows - image: dist-aarch64-msvc env: @@ -477,7 +477,7 @@ auto: --enable-profiler SCRIPT: python x.py dist bootstrap --include-default-paths DIST_REQUIRE_ALL_TOOLS: 1 - <<: *job-windows-8c + <<: *job-windows - image: dist-i686-mingw env: |
