Skip to content

Commit

Permalink
build(ci): remove potential valgrind use
Browse files Browse the repository at this point in the history
  • Loading branch information
metamacro committed Sep 10, 2023
1 parent cc632fe commit d8576b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
cc: "clang",
options: "-D CMAKE_C_FLAGS=-fsanitize=address,undefined,leak -D ENABLE_DEBUG=ON",
}
- {
name: "Valgrind",
os: "ubuntu-latest",
build-type: "Debug",
cc: "clang",
options: "-D CMAKE_C_FLAGS=-fsanitize=address,undefined -D ENABLE_DEBUG=ON",
}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d8576b7

Please sign in to comment.