diff --git a/src/ci/pgo.sh b/src/ci/pgo.sh index a5f47ca78ff59..eb9354b9113b8 100755 --- a/src/ci/pgo.sh +++ b/src/ci/pgo.sh @@ -2,6 +2,8 @@ set -euxo pipefail +export RUSTC_BOOTSTRAP=1 + rm -rf /tmp/rustc-pgo python2.7 ../x.py build --target=$PGO_HOST --host=$PGO_HOST \