Skip to content

Commit

Permalink
manifests: include wasm packages in fedora-coreos-base manifest
Browse files Browse the repository at this point in the history
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 on all
streams like we agreed to originally.

[1] coreos/fedora-coreos-tracker#1375 (comment)
  • Loading branch information
dustymabe committed Oct 26, 2023
1 parent 6b1b56b commit 23f825d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
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

0 comments on commit 23f825d

Please sign in to comment.