]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/pgo.sh
Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514
[rust.git] / src / ci / pgo.sh
index d2962179eea31283980704df80c3d0f2c5b06562..aa009a4eac6af877e4e4dc005a2fd9abd19d2f2b 100755 (executable)
@@ -4,7 +4,7 @@ set -euxo pipefail
 
 rm -rf /tmp/rustc-pgo
 
-python2.7 ../x.py build --target=$PGO_HOST --host=$PGO_HOST \
+python3 ../x.py build --target=$PGO_HOST --host=$PGO_HOST \
     --stage 2 library/std --rust-profile-generate=/tmp/rustc-pgo
 
 RUSTC_BOOTSTRAP=1 ./build/$PGO_HOST/stage2/bin/rustc --edition=2018 \