We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df8f3c commit ae53ac7Copy full SHA for ae53ac7
contrib/test_jenkins.sh
@@ -1071,7 +1071,8 @@ run_gtest_armclang() {
1071
CC=armclang \
1072
CXX=armclang++ \
1073
CFLAGS="${ARMCLANG_CFLAGS}" \
1074
- --without-go
+ --without-go \
1075
+ --without-valgrind
1076
1077
run_gtest "armclang"
1078
else
@@ -1194,7 +1195,7 @@ run_tests() {
1194
1195
run_configure_tests
1196
1197
# build for devel tests and gtest
- build devel --enable-gtest
1198
+ build devel --enable-gtest --without-valgrind
1199
1200
# devel mode tests
1201
do_distributed_task 0 4 test_unused_env_var
0 commit comments