File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -415,39 +415,6 @@ jobs:
415415
416416# ################################# UNSAFE CHECKS LEVEL #########################
417417
418- valgrind :
419-
420- needs : cache-level
421-
422- runs-on : ubuntu-latest
423-
424- steps :
425- - uses : actions/checkout@v3
426-
427- - name : Install protobuf compiler
428- run : |
429- sudo apt-get update
430- sudo apt-get install protobuf-compiler
431-
432- - name : Install valgrind
433- run : |
434- sudo apt-get install valgrind
435-
436- - name : Install cargo-valgrind
437- env :
438- VALGRIND_LINK : https://github.com/jfrimmel/cargo-valgrind/releases/download
439- VALGRIND_VERSION : 2.1.0
440- run : |
441- curl -L "$VALGRIND_LINK/v$VALGRIND_VERSION/cargo-valgrind-$VALGRIND_VERSION-x86_64-unknown-linux-musl.tar.gz" |
442- tar xz -C $HOME/.cargo/bin
443-
444- # Usage of the `help` command as base command, please replace it
445- # with the effective command that valgrind has to analyze
446- - name : Run cargo-valgrind
447- run : |
448- cargo valgrind run -- --help
449- # cargo valgrind test
450-
451418 careful :
452419
453420 needs : cache-level
You can’t perform that action at this time.
0 commit comments