summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-10 23:10:01 +0100
committerSam James <sam@gentoo.org>2023-10-10 23:10:01 +0100
commite93923ada4b1fccd02135df68c514b97f3db5708 (patch)
treed3c79d96a9ca85815c4994ad5825b05c205e35bf /dev-python/mypy
parentdev-libs/libfilezilla: Stabilize 0.44.0 amd64, #915486 (diff)
downloadgentoo-e93923ada4b1fccd02135df68c514b97f3db5708.tar.gz
gentoo-e93923ada4b1fccd02135df68c514b97f3db5708.tar.bz2
gentoo-e93923ada4b1fccd02135df68c514b97f3db5708.zip
dev-python/mypy: add comment for ccache disabling
Bug: https://github.com/mypyc/mypyc/issues/1014 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/mypy')
-rw-r--r--dev-python/mypy/mypy-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {