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:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-10 18:13:01 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-10 18:13:01 +0300
commit79e6731297fd3706cec916ffcee32e8730d15ddf (patch)
tree8878d3f176f5699ae8113b5f425492e2a57642f2 /.ci.cmake
parente919b61352efdbf28a963ea81fcbea7ed4c7fd30 (diff)
Yet more github actions CI fixes. Also print more about clang failing to discover temporary file paths.
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 63a45ade..6366670c 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -5,7 +5,7 @@ include(cmake/QuickCppLibBootstrap.cmake)
include(QuickCppLibUtils)
CONFIGURE_CTEST_SCRIPT_FOR_CDASH("llfio" "prebuilt")
-list(APPEND CTEST_CONFIGURE_OPTIONS -DCMAKE_BUILD_TYPE=${CTEST_CONFIGURATION_TYPE} -DCXX_COROUTINES_FLAGS=)
+#list(APPEND CTEST_CONFIGURE_OPTIONS -DCMAKE_BUILD_TYPE=${CTEST_CONFIGURATION_TYPE} -DCXX_COROUTINES_FLAGS=)
ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY})
include(FindGit)
set(CTEST_GIT_COMMAND "${GIT_EXECUTABLE}")