Skip to content

Commit e708e2a

Browse files
Mark-Simulacrumpietroalbini
authored andcommitted
Permit unstable features during PGO benchmarks
1 parent 4745585 commit e708e2a

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)