Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifests: include wasm packages in fedora-coreos-base manifest #2690

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions manifest-lock.aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@
"crun": {
"evra": "1.10-1.fc38.aarch64"
},
"crun-wasm": {
"evra": "1.10-1.fc38.aarch64"
},
"crypto-policies": {
"evra": "20230301-1.gita12f7b2.fc38.noarch"
},
Expand Down Expand Up @@ -324,6 +327,9 @@
"flatpak-session-helper": {
"evra": "1.15.4-1.fc38.aarch64"
},
"fmt": {
"evra": "9.1.0-2.fc38.aarch64"
},
"fstrm": {
"evra": "0.6.1-6.fc38.aarch64"
},
Expand Down Expand Up @@ -1149,6 +1155,9 @@
"socat": {
"evra": "1.7.4.4-2.fc38.aarch64"
},
"spdlog": {
"evra": "1.11.0-5.fc38.aarch64"
},
"sqlite-libs": {
"evra": "3.40.1-2.fc38.aarch64"
},
Expand Down Expand Up @@ -1242,6 +1251,9 @@
"vim-minimal": {
"evra": "2:9.0.2048-1.fc38.aarch64"
},
"wasmedge-rt": {
"evra": "0.13.4-2.fc38.aarch64"
},
"which": {
"evra": "2.21-39.fc38.aarch64"
},
Expand Down
12 changes: 12 additions & 0 deletions manifest-lock.x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@
"crun": {
"evra": "1.10-1.fc38.x86_64"
},
"crun-wasm": {
"evra": "1.10-1.fc38.x86_64"
},
"crypto-policies": {
"evra": "20230301-1.gita12f7b2.fc38.noarch"
},
Expand Down Expand Up @@ -324,6 +327,9 @@
"flatpak-session-helper": {
"evra": "1.15.4-1.fc38.x86_64"
},
"fmt": {
"evra": "9.1.0-2.fc38.x86_64"
},
"fstrm": {
"evra": "0.6.1-6.fc38.x86_64"
},
Expand Down Expand Up @@ -1152,6 +1158,9 @@
"socat": {
"evra": "1.7.4.4-2.fc38.x86_64"
},
"spdlog": {
"evra": "1.11.0-5.fc38.x86_64"
},
"sqlite-libs": {
"evra": "3.40.1-2.fc38.x86_64"
},
Expand Down Expand Up @@ -1245,6 +1254,9 @@
"vim-minimal": {
"evra": "2:9.0.2048-1.fc38.x86_64"
},
"wasmedge-rt": {
"evra": "0.13.4-2.fc38.x86_64"
},
"which": {
"evra": "2.21-39.fc38.x86_64"
},
Expand Down
4 changes: 0 additions & 4 deletions manifests/crun-wasm.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,16 @@ packages:
# - Include this on non-x86_64 FCOS images to allow access to the large
# inventory of containers only built for x86_64.
# https://github.com/coreos/fedora-coreos-tracker/issues/1237
#
# - google-compute-engine-guest-configs-udev
# - Add this package on x86_64 and aarch64 (the two architectures
# GCP supports. https://github.com/coreos/fedora-coreos-tracker/issues/1494
# This should be moved to a shared manifest when RHEL has this package.
# - crun-wasm wasmedge-rt
# - Support for wasm runtime: https://github.com/coreos/fedora-coreos-tracker/issues/1375
packages-x86_64:
- irqbalance
- google-compute-engine-guest-configs-udev
- crun-wasm wasmedge-rt
packages-ppc64le:
- irqbalance
- librtas
Expand All @@ -191,6 +193,7 @@ packages-aarch64:
- irqbalance
- qemu-user-static-x86
- google-compute-engine-guest-configs-udev
- crun-wasm wasmedge-rt
packages-s390x:
- qemu-user-static-x86

Expand Down