Try alternative method for installing rust-src

This commit is contained in:
Tyler Neely 2021-05-08 01:28:03 +02:00
parent b55236c566
commit 24d5a3a089
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ set -eo pipefail
pushd benchmarks/stress2
rustup component add rust-src
rustup toolchain install nightly --no-self-update
rustup update --no-self-update
rustup toolchain install nightly
rustup toolchain install nightly --component rust-src
rustup update
export SLED_LOCK_FREE_DELAY_INTENSITY=2000