about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-12 18:39:09 +0200
committerJakub Beránek <berykubik@gmail.com>2025-08-12 18:39:09 +0200
commit72b606db89c7d2ce76ea41ea80ec92e6320bf20f (patch)
tree1d7554551cc327539465e5366536fbada110c839 /src/ci/github-actions
parentf7defc0fe5ea6270de7be2159f91b4cc7afabf47 (diff)
downloadrust-72b606db89c7d2ce76ea41ea80ec92e6320bf20f.tar.gz
rust-72b606db89c7d2ce76ea41ea80ec92e6320bf20f.zip
Replace `stage0-tools-bin` with `stage1-tools-bin`
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 48c570bfa11..ae13d14c380 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -656,7 +656,7 @@ auto:
         --enable-full-tools
         --enable-profiler
         --set rust.codegen-units=1
-      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
+      SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage1-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