From 40e53d639d86337cf58be3a2b9750b6c97a3c740 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 21 Jul 2020 16:10:21 +0200 Subject: [PATCH 2/2] Disable ruby-rnp tests. Prevents cmake from cloning the ruby-rnp repository in order to run its tests. --- src/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index d3c4fbe6..e7e1965e 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -125,7 +125,7 @@ gtest_discover_tests(rnp_tests # ruby-rnp # cruby does not currently play nice with ASaN et al. -if (NOT ENABLE_SANITIZERS AND BUILD_SHARED_LIBS AND NOT WIN32) +if (NOT ENABLE_SANITIZERS AND BUILD_SHARED_LIBS AND NOT WIN32 AND IGNORE) include(ExternalProject) set(_sourcedir "${CMAKE_BINARY_DIR}/ruby-rnp") if (DEFINED ENV{RUBY_RNP_INSTALL}) -- 2.20.1 ss='sub right'>
aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2020-02-22build: Depend on guile-ssh 0.12.0...Lars-Dominik Braun
2019-08-17build: 'GUIX_CHECK_GUILE_JSON' really checks for Guile-JSON 3.x....Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x....Ludovic Courtès
2019-05-06Add (guix lzlib)....Pierre Neidhardt
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-06-01build: Check for Guile-SQLite3....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-06build: Detect broken 'equal?' in Guile 2.2.1....Ludovic Courtès
2017-06-30build: Remove check for broken (srfi srfi-37)....Ludovic Courtès
2017-02-20gnu: Add bootstrap-binaries for 'aarch64-linux'....Efraim Flashner
2016-11-25offload: Use Guile-SSH instead of GNU lsh....Ludovic Courtès
2016-08-10build: Correctly determine the system type for GNU/Hurd systems....Manolis Ragkousis
2016-07-20Merge branch 'master' into core-updatesLudovic Courtès
2016-07-19Add (guix zlib)....Ludovic Courtès
2016-06-23build: Remove unneeded conditionals for (guix build syscalls)....Manolis Ragkousis