We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4745585 commit e708e2aCopy full SHA for e708e2a
src/ci/pgo.sh
@@ -2,6 +2,8 @@
2
3
set -euxo pipefail
4
5
+export RUSTC_BOOTSTRAP=1
6
+
7
rm -rf /tmp/rustc-pgo
8
9
python2.7 ../x.py build --target=$PGO_HOST --host=$PGO_HOST \
0 commit comments