Yi
Yi
See #1583 for related issues.
This PR aims to fix #1464. [README]: .github/workflows/README.md [build.yml]: .github/workflows/build.yml [build-extensions.yml]: .github/workflows/build-extensions.yml [linter.yml]: .github/workflows/linter.yml # List of TODOs - [ ] [README] for workflows - [x] run [build.yml] only if...
### Summary All plugins shows this warnings on `manylinux2014_aarch64-plugins-deps` (see [1aac7a5](https://github.com/WasmEdge/WasmEdge/commit/1aac7a524c42278858f3e1433b25f62d91764143) [CI](https://github.com/WasmEdge/WasmEdge/actions/runs/8261491847/job/22600216590)): ``` /opt/rh/devtoolset-9/root/usr/bin/ld: skipping incompatible /toolchain/lib64/libstdc++.so when searching for -lstdc++ ``` Note: This existed over 2 months, so old...
### Summary This issue aims to record all related issues and PRs to enable `manylinux_2_28` in our CI workflows. ### Details This is roughly equivalent to upgrading GCC from 11...
### Summary ``` CMake Deprecation Warning at build/_deps/gtest-src/CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use...
### Summary ``` CMake Deprecation Warning at build/_deps/gtest-src/CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use...
### Summary We might want to deprecate `utils/docker/build.sh` since - Our CI workflows (`.github/workflows/docker.yml`) don't build images with this script, and - We don't (shouldn't) manually build and publish images...