From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1561750-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAA2C158089 for <garchives@archives.gentoo.org>; Tue, 10 Oct 2023 22:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C75DB2BC013; Tue, 10 Oct 2023 22:10:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE5062BC013 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Oct 2023 22:10:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96357335C31 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Oct 2023 22:10:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F40F499B for <gentoo-commits@lists.gentoo.org>; Tue, 10 Oct 2023 22:10:31 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1696975801.e93923ada4b1fccd02135df68c514b97f3db5708.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy/mypy-1.6.0.ebuild X-VCS-Directories: dev-python/mypy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e93923ada4b1fccd02135df68c514b97f3db5708 X-VCS-Branch: master Date: Tue, 10 Oct 2023 22:10:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b58fd22f-4ae3-4e96-a9a6-91805004fbc3 X-Archives-Hash: e6eb0c6429e0a31f3be2c195f1444c4e 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() {