Disable bootstrap for riscv64

- Ignore tests failures for riscv64 (a few tests  fail).
- Disable shared for riscv64 (not supported).

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-03-07 15:29:38 -08:00
parent 3a6db3509a
commit 538b1238fc
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
%bcond_without bootstrap
%bcond_with bootstrap
# temporalily ignore test failures
%ifarch %{ix86} aarch64 %{arm}
%ifarch %{ix86} aarch64 %{arm} riscv64
%bcond_without ignore_tests
%else
%bcond_with ignore_tests
@ -66,7 +66,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
@ -584,6 +584,11 @@ fi
%endif
%changelog
* Sat Mar 07 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1.14-1.1.riscv64
- Rebuild for riscv64 without bootstrap
- Ignore tests failures on riscv64
- Disable shared for riscv64
* Sat Mar 07 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1.14-1.0.riscv64
- Bootstrap riscv64 using cross-compiled golang