Permit unstable features during PGO benchmarks

This commit is contained in:
Mark Rousskov 2020-12-29 15:18:40 -05:00
parent 57950a2084
commit 483c1a83ca

View File

@ -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 \