We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8108db commit fa0ad0dCopy full SHA for fa0ad0d
.github/workflows/test.yml
@@ -103,6 +103,7 @@ jobs:
103
path: |
104
benchmarks/stress2/target
105
benchmarks/stress2/Cargo.lock
106
+ ~/.rustup
107
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/Cargo.toml') }}
108
- name: burn in
109
run: |
@@ -111,6 +112,9 @@ jobs:
111
112
ulimit -c unlimited
113
echo "$PWD/core-dumps/corefile-%e-%p-%t" | sudo tee /proc/sys/kernel/core_pattern
114
mkdir core-dumps
115
+ rustup toolchain install nightly
116
+ rustup toolchain install nightly --component rust-src
117
+ rustup update
118
rm -rf default.sled || true
119
export RUSTFLAGS="-Z sanitizer=address"
120
export ASAN_OPTIONS="detect_odr_violation=0"
0 commit comments