mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Permit unstable features during PGO benchmarks
This commit is contained in:
parent
57950a2084
commit
483c1a83ca
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user