commit: fefd98a28666e122573d5ba016e870f0b97f9231 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Jul 26 05:47:58 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Jul 26 05:52:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefd98a2
profiles: unmask dev-build/meson[test] This mask is pretty old. I am not 100% sure I buy that it was that simple back in the day, but I think we are in a better position now anyway. Regardless: - meson has graceful skipping of tests, today - the build handles known test issues, today - arch testing teams would very much like this to not be masked and I agree and sympathize - meson has recently added an upstream Gentoo CI runner For all these reasons, I think we should commit to testing this package regularly again. Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> profiles/base/package.use.mask | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 14a1400b0a9b..b4689800a737 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -649,10 +649,6 @@ dev-python/autobahn xbr # Dependency pam_wrapper missing for tests, and RESTRICT=test is already set net-fs/samba test -# Mike Gilbert <[email protected]> (2020-04-23) -# Tests are very sensitive to the host environment. -dev-build/meson test - # Alfredo Tupone <[email protected]> (2020-04-04) # Ada support is not yet ready for sys-devel/gcc sys-devel/gcc ada
