From ff77f4613a059cf24f34a5ea1733891ae54325bf Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 31 May 2017 10:23:16 -0400 Subject: [PATCH 1/2] Utilities/Release: Drop unused release script --- Utilities/Release/hythloth_release.cmake | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Utilities/Release/hythloth_release.cmake diff --git a/Utilities/Release/hythloth_release.cmake b/Utilities/Release/hythloth_release.cmake deleted file mode 100644 index d2f4ba58ca..0000000000 --- a/Utilities/Release/hythloth_release.cmake +++ /dev/null @@ -1,10 +0,0 @@ -set(PROCESSORS 2) -set(HOST hythloth) -set(MAKE_PROGRAM "make") -set(MAKE "${MAKE_PROGRAM} -j2") -set(INITIAL_CACHE " -CMAKE_BUILD_TYPE:STRING=Release -CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE -") -get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) -include(${path}/release_cmake.cmake) From 9bb8b88904bcdd02fae883808f1b60468b1ec01c Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 31 May 2017 10:23:57 -0400 Subject: [PATCH 2/2] Utilities/Release: Skip BootstrapTest for Linux binary The build itself is done via bootstrap so there is no need to test it again. We already do this for the macOS binary. --- Utilities/Release/linux64_release.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/Release/linux64_release.cmake b/Utilities/Release/linux64_release.cmake index feba2a5411..3d8ddba3c5 100644 --- a/Utilities/Release/linux64_release.cmake +++ b/Utilities/Release/linux64_release.cmake @@ -35,6 +35,7 @@ OPENSSL_SSL_LIBRARY:FILEPATH=/home/kitware/openssl-1.0.2j/lib/libssl.a PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 CPACK_SYSTEM_NAME:STRING=Linux-x86_64 BUILD_QtDialog:BOOL:=TRUE +CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE CMake_ENABLE_SERVER_MODE:BOOL=TRUE CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL:STRING=3 CMake_INSTALL_DEPENDENCIES:BOOL=ON