commit: d783d9694c89f8ef87c17f5c927b7c89c5fc9777 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 6 17:29:17 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 17:30:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d783d969
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 <AT> gentoo.org> dev-build/cmake/cmake-9999.ebuild | 5 +++-- 1 file 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
