Skip to content

Commit

Permalink
Permit unstable features during PGO benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Dec 29, 2020
1 parent 57950a2 commit 483c1a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ci/pgo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 483c1a8

Please sign in to comment.