diff --git a/flake-pilot.changes b/flake-pilot.changes index e46ba47..4d32933 100644 --- a/flake-pilot.changes +++ b/flake-pilot.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 25 10:26:49 CET 2024 - Marcus Schäfer + +- Allow non static sci + + Build sci non static for ppc64le which doesn't support + the rust static target yet + ------------------------------------------------------------------- Mon Mar 25 09:45:27 CET 2024 - Marcus Schäfer diff --git a/flake-pilot.spec b/flake-pilot.spec index 8bb3594..5e38dd0 100644 --- a/flake-pilot.spec +++ b/flake-pilot.spec @@ -118,9 +118,17 @@ Guest VM tools to help with firecracker workloads mkdir -p .cargo cp %{SOURCE1} .cargo/config make build +%ifnarch ppc64le +make compile_sci_static +%endif %install make DESTDIR=%{buildroot}/ install +%ifnarch ppc64le +make DESTDIR=%{buildroot}/ install_sci_static +%else +make DESTDIR=%{buildroot}/ install_sci +%endif chmod 777 %{buildroot}/usr/share/flakes mkdir -p %{buildroot}/overlayroot diff --git a/flake-pilot.tar.gz b/flake-pilot.tar.gz index 59547ad..8b29664 100644 --- a/flake-pilot.tar.gz +++ b/flake-pilot.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa10fcd5602adb2536e456e8232f8fc5a3262b6bc96181b476aaabaff46dadc0 -size 19291265 +oid sha256:e3d4e50181a76b75f3373e8ca2bc2bdce1741069354d889d27b1c9060c9f3e61 +size 19282218