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 Nov 8, 2023
1 parent 249a1fd commit f97b3f0
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 @@ -195,6 +195,9 @@
"crun-wasm": {
"evra": "1.11.1-1.fc39.aarch64"
},
"crun-wasm": {
"evra": "1.10-1.fc38.aarch64"
},
"crypto-policies": {
"evra": "20230731-1.git5ed06e0.fc39.noarch"
},
Expand Down Expand Up @@ -336,6 +339,9 @@
"fmt": {
"evra": "10.0.0-3.fc39.aarch64"
},
"fmt": {
"evra": "9.1.0-2.fc38.aarch64"
},
"fstrm": {
"evra": "0.6.1-8.fc39.aarch64"
},
Expand Down Expand Up @@ -1158,6 +1164,9 @@
"spdlog": {
"evra": "1.12.0-2.fc39.aarch64"
},
"spdlog": {
"evra": "1.11.0-5.fc38.aarch64"
},
"sqlite-libs": {
"evra": "3.42.0-7.fc39.aarch64"
},
Expand Down Expand Up @@ -1254,6 +1263,9 @@
"wasmedge-rt": {
"evra": "0.13.4-1.fc39.aarch64"
},
"wasmedge-rt": {
"evra": "0.13.4-2.fc38.aarch64"
},
"which": {
"evra": "2.21-40.fc39.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 @@ -195,6 +195,9 @@
"crun-wasm": {
"evra": "1.11.1-1.fc39.x86_64"
},
"crun-wasm": {
"evra": "1.10-1.fc38.x86_64"
},
"crypto-policies": {
"evra": "20230731-1.git5ed06e0.fc39.noarch"
},
Expand Down Expand Up @@ -336,6 +339,9 @@
"fmt": {
"evra": "10.0.0-3.fc39.x86_64"
},
"fmt": {
"evra": "9.1.0-2.fc38.x86_64"
},
"fstrm": {
"evra": "0.6.1-8.fc39.x86_64"
},
Expand Down Expand Up @@ -1161,6 +1167,9 @@
"spdlog": {
"evra": "1.12.0-2.fc39.x86_64"
},
"spdlog": {
"evra": "1.11.0-5.fc38.x86_64"
},
"sqlite-libs": {
"evra": "3.42.0-7.fc39.x86_64"
},
Expand Down Expand Up @@ -1257,6 +1266,9 @@
"wasmedge-rt": {
"evra": "0.13.4-1.fc39.x86_64"
},
"wasmedge-rt": {
"evra": "0.13.4-2.fc38.x86_64"
},
"which": {
"evra": "2.21-40.fc39.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 @@ -174,14 +174,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 @@ -192,6 +194,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 f97b3f0

Please sign in to comment.