Skip to content

Commit

Permalink
Merge pull request #1565 from KristinaHa26/riscv64
Browse files Browse the repository at this point in the history
Disable criu support on riscv64
  • Loading branch information
rhatdan authored Sep 26, 2024
2 parents 4ab4ac0 + 4ea62f2 commit 4b75c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/crun.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ BuildRequires: libseccomp-devel
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
Expand Down

0 comments on commit 4b75c7c

Please sign in to comment.