commit:     eabfcfdf339fb9fcb50e1fda56cc29cad4b8b03e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  7 21:58:13 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Apr  7 21:58:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabfcfdf

dev-lang/crystal: use llvm-9, llvm-10 breaks crystal.

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-lang/crystal/crystal-0.34.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/crystal/crystal-0.34.0.ebuild 
b/dev-lang/crystal/crystal-0.34.0.ebuild
index 65305e025a7..fa18cc6204d 100644
--- a/dev-lang/crystal/crystal-0.34.0.ebuild
+++ b/dev-lang/crystal/crystal-0.34.0.ebuild
@@ -22,7 +22,9 @@ IUSE="doc debug examples blocking-stdio-hack +xml +yaml"
 
 RESTRICT=test # not stable for day-to-day runs
 
-LLVM_MAX_SLOT=10
+# On llvm-10 target crashes using USE=-debug codegen.
+# Might be just non-deterministic.
+LLVM_MAX_SLOT=9
 
 # dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
 DEPEND="

Reply via email to