We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57950a2 commit 483c1a8Copy full SHA for 483c1a8
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