diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-04 20:13:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-04 21:36:07 +0200 |
commit | 5d63ee877231a729388197a65cd883fa128fa6ea (patch) | |
tree | 2a17920c66cd9f2f7ddb83d42750ba4823ac34f4 /dev-util/cmake | |
parent | dev-util/cmake: suppress CPackDEB tests (diff) | |
download | gentoo-5d63ee877231a729388197a65cd883fa128fa6ea.tar.gz gentoo-5d63ee877231a729388197a65cd883fa128fa6ea.tar.bz2 gentoo-5d63ee877231a729388197a65cd883fa128fa6ea.zip |
dev-util/cmake: suppress CPackDEB tests in 3.13.5 too
Closes: https://bugs.gentoo.org/611016
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/cmake-3.13.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.13.5.ebuild b/dev-util/cmake/cmake-3.13.5.ebuild index 87519fed19c4..34b8a855e623 100644 --- a/dev-util/cmake/cmake-3.13.5.ebuild +++ b/dev-util/cmake/cmake-3.13.5.ebuild @@ -121,12 +121,14 @@ cmake_src_test() { # RunCMake.CompilerLauncher: also requires fortran # RunCMake.CPack_RPM: breaks if app-arch/rpm is installed because # debugedit binary is not in the expected location + # RunCMake.CPack_DEB: breaks if app-arch/dpkg is installed because + # it can't find a deb package that owns libc # TestUpload, which requires network access "${BUILD_DIR}"/bin/ctest \ -j "$(makeopts_jobs)" \ --test-load "$(makeopts_loadavg)" \ ${ctestargs} \ - -E "(BootstrapTest|BundleUtilities|CMakeOnly.AllFindModules|CTest.UpdateCVS|Fortran|RunCMake.CompilerLauncher|RunCMake.CPack_RPM|TestUpload)" \ + -E "(BootstrapTest|BundleUtilities|CMakeOnly.AllFindModules|CTest.UpdateCVS|Fortran|RunCMake.CompilerLauncher|RunCMake.CPack_(DEB|RPM)|TestUpload)" \ || die "Tests failed" popd > /dev/null |