Skip to content

Commit 483c1a8

Browse files
Permit unstable features during PGO benchmarks
1 parent 57950a2 commit 483c1a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/pgo.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -euxo pipefail
44

5+
export RUSTC_BOOTSTRAP=1
6+
57
rm -rf /tmp/rustc-pgo
68

79
python2.7 ../x.py build --target=$PGO_HOST --host=$PGO_HOST \

0 commit comments

Comments
 (0)