Skip to content

Commit

Permalink
fix bazel valgrind failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mishal23 committed Nov 5, 2020
1 parent a4f2257 commit e33130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ elif [[ "$1" == "bazel.tsan" ]]; then
bazel test --config=tsan $BAZEL_TEST_OPTIONS -- //... -//exporters/etw/...
exit 0
elif [[ "$1" == "bazel.valgrind" ]]; then
bazel build $BAZEL_OPTIONS //...
bazel build $BAZEL_OPTIONS -- //... -//exporters/etw/...
bazel test --run_under="/usr/bin/valgrind --leak-check=full --error-exitcode=1 --suppressions=\"${SRC_DIR}/ci/valgrind-suppressions\"" $BAZEL_TEST_OPTIONS -- //... -//exporters/etw/...
exit 0
elif [[ "$1" == "benchmark" ]]; then
Expand Down

0 comments on commit e33130d

Please sign in to comment.