#60 Add riscv64 support
Merged 3 months ago by gscrivano. Opened 3 months ago by jasenchao.
https://github.com/fedora-riscv/crun.git rawhide  into  rawhide

Add riscv64 support.
JasenChao • 3 months ago  
crun.spec
file modified
+3 -1
@@ -45,7 +45,7 @@

  %if %{defined golang_arches_future}

  ExclusiveArch: %{golang_arches_future}

  %else

- ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64

+ ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64 riscv64

  %endif

  BuildRequires: autoconf

  BuildRequires: automake
@@ -62,9 +62,11 @@

  BuildRequires: python3-libmount

  BuildRequires: libtool

  BuildRequires: protobuf-c-devel

+ %ifnarch riscv64

  BuildRequires: criu-devel >= 3.17.1-2

  Recommends: criu >= 3.17.1

  Recommends: criu-libs

+ %endif

  %if %{defined wasmedge_support}

  BuildRequires: wasmedge-devel

  %endif

no initial comment

Pull-Request has been merged by gscrivano

3 months ago

@gscrivano looks like riscv64 was there already and it got added a second time.

the upstream file rpm/crun.spec probably got synced here and brought riscv64 with it. So, this PR wasn't really needed.

Metadata