commit: 5163ab7ed333acfbe7120377575fae2ad4e41058
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 22:00:56 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 22:01:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5163ab7e
dev-util/debugedit: fix tests w/ ccache
This fixes the test failures I mentioned in
9e96e2afe78812f3893829938d9af7f200254f11
and explains why I didn't see it with `emerge`, just when running `ebuild`
as a user with my own wrapper.
I think it breaks because of path rewriting.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/debugedit/debugedit-5.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/debugedit/debugedit-5.2.ebuild
b/dev-util/debugedit/debugedit-5.2.ebuild
index 5bb5d4e46898..5ac75b4e310f 100644
--- a/dev-util/debugedit/debugedit-5.2.ebuild
+++ b/dev-util/debugedit/debugedit-5.2.ebuild
@@ -62,5 +62,6 @@ src_configure() {
}
src_test() {
+ local -x CCACHE_DISABLE=1
emake -Onone check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)"
}