File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1414 - name : Install latest nightly
1515 uses : dtolnay/rust-toolchain@stable
1616 with :
17- toolchain : nightly
17+ # NOTE: For whatever reason, there's a memory leak for recent
18+ # versions if we don't FULLY qualify the toolchain version.
19+ # This seems to have happened between 2024-09-27 and 2024-10-03.
20+ # But, since it requires an unqualified nightly name, it's
21+ # impossible to bisect.
22+ toolchain : nightly-2024-09-27
1823 - run : sudo apt-get update
1924 - run : sudo apt-get install valgrind
20- - run : cargo +nightly install cargo-valgrind
21- - run : cargo +nightly valgrind test --release
22- - run : cargo +nightly valgrind test --all-features --release
25+ - run : cargo +nightly-2024-09-27 install cargo-valgrind
26+ - run : cargo +nightly-2024-09-27 valgrind test --release
27+ - run : cargo +nightly-2024-09-27 valgrind test --all-features --release
You can’t perform that action at this time.
0 commit comments