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 <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-16 17:43:44 +03:00
parent 454b9941f5
commit 09e4d87046
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 1 additions and 1 deletions

View File

@ -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