From 0ff1f5c915f70c4123537b14e548dc008b388cb1 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 25 Oct 2023 23:27:43 -0400 Subject: [PATCH] manifests: include wasm packages in fedora-coreos-base manifest It's a bit confusing to folks that this didn't make it into the testing and stable streams [1]. Let's just include them everywhere like we agreed to originally. [1] https://github.com/coreos/fedora-coreos-tracker/issues/1375#issuecomment-1750114083 --- manifests/crun-wasm.yaml | 4 ---- manifests/fedora-coreos-base.yaml | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 manifests/crun-wasm.yaml diff --git a/manifests/crun-wasm.yaml b/manifests/crun-wasm.yaml deleted file mode 100644 index e9700c6bdc..0000000000 --- a/manifests/crun-wasm.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# for podman experimentation: -# https://github.com/coreos/fedora-coreos-tracker/issues/1375 -packages: - - crun-wasm wasmedge-rt diff --git a/manifests/fedora-coreos-base.yaml b/manifests/fedora-coreos-base.yaml index d48601af17..4e64848d20 100644 --- a/manifests/fedora-coreos-base.yaml +++ b/manifests/fedora-coreos-base.yaml @@ -118,6 +118,8 @@ packages: # provide `container-network-stack`. # https://github.com/coreos/fedora-coreos-tracker/issues/1128#issuecomment-1071458717 - netavark + # Support for wasm runtime: https://github.com/coreos/fedora-coreos-tracker/issues/1375 + - crun-wasm wasmedge-rt # Minimal NFS client - nfs-utils-coreos # Active Directory support