From e919b61352efdbf28a963ea81fcbea7ed4c7fd30 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 10 Nov 2020 12:24:31 +0000 Subject: Hopefully this ought to fix all outstanding failures on new github actions CI --- .ci.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.ci.cmake') diff --git a/.ci.cmake b/.ci.cmake index 0f4bc11a..63a45ade 100644 --- a/.ci.cmake +++ b/.ci.cmake @@ -19,7 +19,8 @@ ctest_build(TARGET _sl) set(retval 0) if(NOT CTEST_DISABLE_TESTING) if(WIN32) - ctest_test(RETURN_VALUE retval EXCLUDE "shared_fs_mutex") + # Appveyor's Windows version doesn't permit unprivileged creation of symbolic links + ctest_test(RETURN_VALUE retval EXCLUDE "shared_fs_mutex|symlink") elseif("$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") -- cgit v1.2.3