-
Notifications
You must be signed in to change notification settings - Fork 97
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
Release pipeline broken #328
Comments
The
Option 2 would be simpler than doing string parsing on crate name, but means maintaining the test runner in both places.
It's also a bit odd that we are building the shim in that step, after we succesfully built the shim with |
The first point is really weird, can we re-run that workflow? |
Going to re-release the crates |
Noticed that wasmtime release does not upload the shim binaries. https://github.com/containerd/runwasi/releases/tag/containerd-shim-wasmtime%2Fv0.2.0 The
See https://github.com/containerd/runwasi/actions/runs/6237783420/job/16932591959#step:6:19 |
since we now generate gnu and musl build, I believe the name of the tar files have changed |
https://github.com/containerd/runwasi/actions/runs/6260852252/job/16999820595 |
Is |
I think you are spot on @0xE282B0 I believe this is introduced by enabling seccomp unconditionally, which was not the case before. |
Ah this reminds me that I've done something similar to the containerd-wasm-shims repo where the Btw, is alpine build using musl or glibc? I am getting a feeling that it's using |
For runwasi, the simple solution would be to install libseccomp in the runner :-) |
Alpine uses musl, the release pipeline builds both, gnu and musl binaries. |
This should be fixed now |
containerd-shim-wasm
failed atcargo publish
step: https://github.com/containerd/runwasi/actions/runs/6237777084wasmtime
shim succeeded. It's failure oncargo publish
is expected: https://github.com/containerd/runwasi/actions/runs/6237783420wasmer
andwasmedge
shims failed at integration tests on Ubuntu 20.04.: https://github.com/containerd/runwasi/actions/runs/6237788078, https://github.com/containerd/runwasi/actions/runs/6237793051The text was updated successfully, but these errors were encountered: