Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Permit unstable features during PGO benchmarks
  • Loading branch information
Mark-Simulacrum authored and pietroalbini committed Feb 9, 2021
commit e708e2a9cb354069608d7fecd715039e31ba25a9
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