aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@vespa.ai>2024-05-31 13:43:28 +0200
committerArnstein Ressem <aressem@vespa.ai>2024-05-31 13:43:28 +0200
commit38ae0c486f951b78d1c7b128c8189fe8e5684a0c (patch)
tree238d65c122f1382c98cd909e1adc2c65aa92573d
parente06242c5d5e8ec7e85e25e1c21354d8c6776e2f6 (diff)
Test running PRs with valgrind.
-rwxr-xr-x.buildkite/bootstrap-cmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/bootstrap-cmake.sh b/.buildkite/bootstrap-cmake.sh
index 75d48142378..6dfc908a328 100755
--- a/.buildkite/bootstrap-cmake.sh
+++ b/.buildkite/bootstrap-cmake.sh
@@ -12,7 +12,7 @@ if [[ $VESPA_USE_SANITIZER != null ]]; then
VALGRIND_UNIT_TESTS=false
fi
if [[ $BUILDKITE_PULL_REQUEST != "false" ]]; then
- VALGRIND_UNIT_TESTS=false
+ VALGRIND_UNIT_TESTS=true
fi
cmake3 -DVESPA_UNPRIVILEGED=no -DVALGRIND_UNIT_TESTS="$VALGRIND_UNIT_TESTS" \