Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 8faba573..9b8e5fc5 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -21,6 +21,9 @@ if(NOT CTEST_DISABLE_TESTING)
if(WIN32)
# Appveyor's Windows version doesn't permit unprivileged creation of symbolic links
ctest_test(RETURN_VALUE retval EXCLUDE "shared_fs_mutex|symlink")
+ else("$ENV{CXX}" MATCHES "clang")
+ # clang 10 with libc++ in C++ 20 currently segfaults
+ ctest_test(RETURN_VALUE retval EXCLUDE "shared_fs_mutex|llfio_hl--coroutines")
else()
ctest_test(RETURN_VALUE retval EXCLUDE "shared_fs_mutex")
endif()