From 31eada12cb9a11679ca37cdaf1d65fcf9440dcc2 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 23 Jul 2022 15:43:52 +0200 Subject: [PATCH] Disable bootstrap So bootstrap with gcc-go hangs for us right now. We have Golang 1.15, which might be enough to compile the latest version. Let's try that. Signed-off-by: David Abdurachmanov --- golang.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/golang.spec b/golang.spec index ac72a61..e3f029f 100644 --- a/golang.spec +++ b/golang.spec @@ -1,8 +1,4 @@ -%ifnarch riscv64 %bcond_with bootstrap -%else -%bcond_without bootstrap -%endif # temporalily ignore test failures # due to https://github.com/golang/go/issues/39466 %ifarch aarch64 riscv64 @@ -546,7 +542,7 @@ fi %changelog * Fri Jul 22 2022 David Abdurachmanov - 1.19~rc2-2.0.riscv64 -- Enable riscv64 (bootstrap) +- Enable riscv64 * Thu Jul 21 2022 Fedora Release Engineering - 1.19~rc2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild