diff options
| author | bors <bors@rust-lang.org> | 2025-02-03 22:51:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-02-03 22:51:35 +0000 |
| commit | affdb59607566c1615c829eea9e7b27a093994ec (patch) | |
| tree | 668e35b13f92fb32ee28ff8110b781867542d6ac /src | |
| parent | f027438f8bc6b747528dca8b8de13043544d7238 (diff) | |
| parent | d4dce76e19be44e7496f2184c98e9725bd8d0588 (diff) | |
| download | rust-affdb59607566c1615c829eea9e7b27a093994ec.tar.gz rust-affdb59607566c1615c829eea9e7b27a093994ec.zip | |
Auto merge of #136483 - marcoieni:dist-x86_64-msvc-windows-25, r=Kobzol
ci: move dist-x86_64-msvc to windows 2025 try-job: dist-x86_64-msvc
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 2bbe3756580..58a9eb69666 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -558,7 +558,7 @@ auto: SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift - <<: *job-windows-8c + <<: *job-windows-25-8c - name: dist-i686-msvc env: |
