Skip to content

Commit d245259

Browse files
committed
ci: suppress rust std lib memory leak
see releated rust issue rust-lang/rust#135628
1 parent 4713d5f commit d245259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
sudo apt-get update -y
9494
sudo apt-get install -y libc6-dbg
9595
valgrind --version
96-
cargo install cargo-valgrind
96+
# see https://github.com/jfrimmel/cargo-valgrind/pull/127
97+
cargo install cargo-valgrind --git https://github.com/Dushistov/cargo-valgrind
9798
python ci/build_and_run_tests.py --rust-only-with-valigrind
9899
shell: bash
99100
- name: Run tests that requires SG up and running

0 commit comments

Comments
 (0)