Add riscv64 to gap_arches

The gap packages builds and testsuite runs.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-02-13 13:37:44 +02:00
parent efb5057ef2
commit 378c74b9de
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Arches that GAP runs on
%gap_arches aarch64 ppc64le s390x x86_64
%gap_arches aarch64 ppc64le s390x x86_64 riscv64

View File

@ -9,7 +9,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: %{baserelease}
Release: 1.0.riscv64%{?dist}
Release: 1.1.riscv64%{?dist}
# No version specified.
License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -253,6 +253,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md
%changelog
* Mon Feb 13 2023 David Abdurachmanov <davidlt@rivosinc.com> - 249-1.1.riscv64
- Add riscv64 to gap supported arch list
* Mon Feb 13 2023 David Abdurachmanov <davidlt@rivosinc.com> - 249-1.0.riscv64
- Add riscv64 to nodejs supported arch list