Skip to content

Commit

Permalink
manifest: include crun-wasm and wasmedge-rt
Browse files Browse the repository at this point in the history
We want to ship this in `next` for now to allow podman machines to make
use of it. We may either promote it to all streams (if there are more
people asking for it) or remove it at some point in the future (once
podman machines move to a layering model).

Closes: coreos/fedora-coreos-tracker#1375
  • Loading branch information
jlebon authored and dustymabe committed Oct 4, 2023
1 parent 611e21c commit 3d690fa
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifest-lock.aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
"crun": {
"evra": "1.9-1.fc39.aarch64"
},
"crun-wasm": {
"evra": "1.9-1.fc39.aarch64"
},
"crypto-policies": {
"evra": "20230731-1.git5ed06e0.fc39.noarch"
},
Expand Down Expand Up @@ -327,6 +330,9 @@
"flatpak-session-helper": {
"evra": "1.15.4-3.fc39.aarch64"
},
"fmt": {
"evra": "10.0.0-3.fc39.aarch64"
},
"fstrm": {
"evra": "0.6.1-8.fc39.aarch64"
},
Expand Down Expand Up @@ -1149,6 +1155,9 @@
"socat": {
"evra": "1.7.4.4-3.fc39.aarch64"
},
"spdlog": {
"evra": "1.12.0-2.fc39.aarch64"
},
"sqlite-libs": {
"evra": "3.42.0-7.fc39.aarch64"
},
Expand Down Expand Up @@ -1242,6 +1251,9 @@
"vim-minimal": {
"evra": "2:9.0.1927-1.fc39.aarch64"
},
"wasmedge-rt": {
"evra": "0.13.3-1.fc39.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 @@ -189,6 +189,9 @@
"crun": {
"evra": "1.9-1.fc39.x86_64"
},
"crun-wasm": {
"evra": "1.9-1.fc39.x86_64"
},
"crypto-policies": {
"evra": "20230731-1.git5ed06e0.fc39.noarch"
},
Expand Down Expand Up @@ -327,6 +330,9 @@
"flatpak-session-helper": {
"evra": "1.15.4-3.fc39.x86_64"
},
"fmt": {
"evra": "10.0.0-3.fc39.x86_64"
},
"fstrm": {
"evra": "0.6.1-8.fc39.x86_64"
},
Expand Down Expand Up @@ -1152,6 +1158,9 @@
"socat": {
"evra": "1.7.4.4-3.fc39.x86_64"
},
"spdlog": {
"evra": "1.12.0-2.fc39.x86_64"
},
"sqlite-libs": {
"evra": "3.42.0-7.fc39.x86_64"
},
Expand Down Expand Up @@ -1245,6 +1254,9 @@
"vim-minimal": {
"evra": "2:9.0.1927-1.fc39.x86_64"
},
"wasmedge-rt": {
"evra": "0.13.3-1.fc39.x86_64"
},
"which": {
"evra": "2.21-40.fc39.x86_64"
},
Expand Down
8 changes: 8 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ repos:
- fedora-next-updates

include: manifests/fedora-coreos.yaml

conditional-include:
# we only want these in next for now; see
# https://github.com/coreos/fedora-coreos-tracker/issues/1375
- if: basearch == "x86_64"
include: manifests/crun-wasm.yaml
- if: basearch == "aarch64"
include: manifests/crun-wasm.yaml

0 comments on commit 3d690fa

Please sign in to comment.