From ef40a3636edeb2ed32d4198b76fb4ddd566ad7ae Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Mon, 11 Sep 2023 22:16:51 -0500 Subject: system/cmake: disable 'BundleUtilities' test. fixes #1051. This test is affected by LD_PRELOAD and will fail if it detects a shared library outside of standard system paths. --- system/cmake/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'system/cmake') diff --git a/system/cmake/APKBUILD b/system/cmake/APKBUILD index 2491baa30..672caf7e0 100644 --- a/system/cmake/APKBUILD +++ b/system/cmake/APKBUILD @@ -57,6 +57,7 @@ check() { CTEST_OUTPUT_ON_FAILURE=TRUE \ bin/ctest \ -E CTestTestUpload \ + -E BundleUtilities \ ; } -- cgit v1.2.3-60-g2f50