diff --git a/src/ci/pgo.sh b/src/ci/pgo.sh index 13b8ca91f890f..10f2cd825fafe 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 \