Skip to content

Commit 40306f0

Browse files
committed
Remove the no-op valgrind
1 parent 502b0b4 commit 40306f0

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/libp2p-rust-dht.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)