Skip to content

Commit 5e3d4d2

Browse files
authored
Merge pull request #10817 from rakhmets/topic/ci-run-gtests-wo-valgrind
CONTRIB: Disable Valgrind in CI Tests stage.
2 parents 6df8f3c + ae53ac7 commit 5e3d4d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/test_jenkins.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,8 @@ run_gtest_armclang() {
10711071
CC=armclang \
10721072
CXX=armclang++ \
10731073
CFLAGS="${ARMCLANG_CFLAGS}" \
1074-
--without-go
1074+
--without-go \
1075+
--without-valgrind
10751076

10761077
run_gtest "armclang"
10771078
else
@@ -1194,7 +1195,7 @@ run_tests() {
11941195
run_configure_tests
11951196

11961197
# build for devel tests and gtest
1197-
build devel --enable-gtest
1198+
build devel --enable-gtest --without-valgrind
11981199

11991200
# devel mode tests
12001201
do_distributed_task 0 4 test_unused_env_var

0 commit comments

Comments
 (0)