hydai
hydai
We can leave those distros alone. The focus is on linux(debian, fedora), windows, and macos because we are shipping the packages on the package management systems such as apt, dnf,...
Hi @devesh0099 Are you still working on this issue?
Assigned. It's yours now.
> 3:wasmedgeLLVMCoreTests 15:wasmedgeAPIAOTCoreTests It should not fail, our CI will grant this. You can try to dump more logs when you run the tests.
@0yi0 If you are going to merge it, please squash the commit message with `Pinned Dependencies`. I am unsure why the commit message only contains a general `Harden GitHub Actions`.
Hi @evangineer Thanks for raising this, we are going to upgrade the alpine from 3.16 to 3.20. However, since this should be an easy one, I will mark it as...
It may not be that easy. It seems like some packages are not provided by the latest Alpine. If so, you will need to build from source for these packages....
Hi @c0wb0yp0tat0 The Alpine workflow is for building WasmEdge on Alpine for those who need to execute WasmEdge on their host environment, which is unrelated to the container. Of course,...
> RUN wget "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lld-17.0.6.src.tar.xz" -O /tmp/lld-17.0.6.src.tar.xz > > RUN tar -xf /tmp/lld-17.0.6.src.tar.xz -C /opt && mkdir /opt/lld-17.0.6.src/build Since alpine provides new dependencies, please check if we should use a newer...
Let's use 17.0.6. And you will need to check how to build a static version of the lld. The previous issue is that APKBUILD doesn't provide static library for lld.