commit: e93923ada4b1fccd02135df68c514b97f3db5708 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 10 22:10:01 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 10 22:10:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93923ad
dev-python/mypy: add comment for ccache disabling Bug: https://github.com/mypyc/mypyc/issues/1014 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/mypy/mypy-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mypy/mypy-1.6.0.ebuild b/dev-python/mypy/mypy-1.6.0.ebuild index 7259aa487598..b4dcd20e33f1 100644 --- a/dev-python/mypy/mypy-1.6.0.ebuild +++ b/dev-python/mypy/mypy-1.6.0.ebuild @@ -56,7 +56,7 @@ distutils_enable_tests pytest # frustratingly, mypyc produces non-deterministic output. If ccache is enabled it will be a waste of time, # but simultaneously it might trash your system and fill up the cache with a giant wave of non-reproducible -# test files +# test files (https://github.com/mypyc/mypyc/issues/1014) export CCACHE_DISABLE=1 src_compile() {
