Disable shared (-buildmode=shared)

[..]
+ go install -buildmode=shared -v -x std
-buildmode=shared not supported on linux/riscv64
[..]

Attempt it again after bootstrap is done.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-16 12:10:46 +03:00
parent 9c4c556183
commit 75c0b5cfd4
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,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