diff options
author | Sam James <sam@gentoo.org> | 2024-12-06 17:29:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-06 17:30:53 +0000 |
commit | d783d9694c89f8ef87c17f5c927b7c89c5fc9777 (patch) | |
tree | c503bd811c56c83ef28cc094f6ae8964d5468110 /dev-build | |
parent | dev-build/cmake: add 3.31.2 (diff) | |
download | gentoo-d783d9694c89f8ef87c17f5c927b7c89c5fc9777.tar.gz gentoo-d783d9694c89f8ef87c17f5c927b7c89c5fc9777.tar.bz2 gentoo-d783d9694c89f8ef87c17f5c927b7c89c5fc9777.zip |
dev-build/cmake: for live: cleanup color hack a bit, fix typo
See https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10070.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/cmake/cmake-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-build/cmake/cmake-9999.ebuild b/dev-build/cmake/cmake-9999.ebuild index f565534c2cd6..57684e5cd229 100644 --- a/dev-build/cmake/cmake-9999.ebuild +++ b/dev-build/cmake/cmake-9999.ebuild @@ -229,12 +229,13 @@ src_test() { "${S}"/Tests/{OutDir,CMakeOnly/SelectLibraryConfigurations}/CMakeLists.txt \ || die - unset CLICOLOR CLICOLOR_FORCE CMAKE_COMPILER_COLOR_DIAGNOSTICS CMAKE_COLOR_DIAGNOSTICS + # TODO: Still relevant after https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10070? + unset CMAKE_COMPILER_COLOR_DIAGNOSTICS CMAKE_COLOR_DIAGNOSTICS pushd "${BUILD_DIR}" > /dev/null || die # Excluded tests: - # BootstrapTest: we actualy bootstrap it every time so why test it. + # BootstrapTest: we actually bootstrap it every time so why test it? # BundleUtilities: bundle creation broken # CMakeOnly.AllFindModules: pthread issues # CTest.updatecvs: which fails to commit as root |