Skip to content

Commit

Permalink
feat: add wasm runtime inside the image
Browse files Browse the repository at this point in the history
related to containers/podman#16930

Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Sep 4, 2023
1 parent 8c91ee0 commit 2f9e713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build_task:
set +o verbose
podman start fedora-update
podman exec fedora-update sh -c 'rpm -qa --qf "%-30{name} %{version}-%{release}\n" | sort' > pre-update
podman exec fedora-update sh -c 'dnf update -y && dnf -y install podman podman-docker procps-ng openssh-server net-tools iproute dhcp-client && dnf clean all && rm -rf /var/cache/yum'
podman exec fedora-update sh -c 'dnf update -y && dnf -y install podman podman-docker procps-ng openssh-server net-tools iproute dhcp-client crun-wasm wasmedge-rt && dnf clean all && rm -rf /var/cache/yum'
podman exec fedora-update sh -c 'rpm -qa --qf "%-30{name} %{version}-%{release}\n" | sort' > post-update
diff -u pre-update post-update > delta || delta=1
Expand Down

0 comments on commit 2f9e713

Please sign in to comment.