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 authored and pietroalbini committed Feb 9, 2021
1 parent 4745585 commit e708e2a
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 e708e2a

Please sign in to comment.