From 09e4d8704666298de224e80d8c81662a6190b94f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 16 Aug 2022 17:43:44 +0300 Subject: [PATCH] Disable buildmode shared again [..] + go install -buildmode=shared -v -x std -buildmode=shared not supported on linux/riscv64 [..] Try again with 1.19 later on. Signed-off-by: David Abdurachmanov --- golang.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index 9b8682d..ce0bdf1 100644 --- a/golang.spec +++ b/golang.spec @@ -67,7 +67,7 @@ %endif # Build golang shared objects for stdlib -%ifarch %{ix86} x86_64 ppc64le %{arm} aarch64 riscv64 +%ifarch %{ix86} x86_64 ppc64le %{arm} aarch64 %global shared 1 %else %global shared 0