Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit ced2876

Browse files
Pawel Karczewskiigchor
authored andcommitted
Disable compatibility tests for C++20
Deprication warning combined with -Wall cause build failures for compatibility tests
1 parent e05ba64 commit ced2876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/docker/run-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function tests_clang_release_cpp20_no_valgrind() {
230230
-DTESTS_PMREORDER=${TESTS_PMREORDER} \
231231
-DTEST_DIR=${TEST_DIR} \
232232
-DTESTS_USE_FORCED_PMEM=${TESTS_USE_FORCED_PMEM} \
233-
-DTESTS_COMPATIBILITY=1 \
233+
-DTESTS_COMPATIBILITY=0 \
234234
-DTESTS_CONCURRENT_GDB=1 \
235235
-DUSE_ASAN=${TESTS_USAN} \
236236
-DUSE_UBSAN=${TESTS_UBSAN}

0 commit comments

Comments
 (0)