This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/.github/workflows
Enrico Loparco 83659fa42a
Use wasi-sdk 20 pre-release for tests with threads (#2021)
`wasi-sdk-20` pre-release can be used to avoid building `wasi-libc` to enable threads.
It's not possible to use `wasi-sdk-20` pre-release on Ubuntu 20.04 because of
incompatibility with the glibc version:
```bash
/opt/wasi-sdk/bin/clang: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found
(required by /opt/wasi-sdk/bin/clang)
```
2023-03-17 20:02:03 +08:00
..
build_docker_images.yml Update release notes and fix issues reported by Coverity (#1813) 2022-12-20 14:37:07 +08:00
build_iwasm_release.yml CI: Enable Multi-tier JIT by default for released iwasm binary (#1957) 2023-02-14 11:19:52 +08:00
build_llvm_libraries.yml Add gh api call for fetching llvm version (#1942) 2023-02-09 07:49:07 +08:00
build_wamr_lldb.yml Update CIs and documents to make naming of generated binaries consistent (#1823) 2022-12-24 09:17:39 +08:00
build_wamr_sdk.yml Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
build_wamr_vscode_ext.yml Add WAMR-IDE vscode extension to the Visual Studio Marketplace (#1868) 2023-01-09 18:23:37 +08:00
build_wamrc.yml Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
coding_guidelines.yml Fix minor typos in coding guidelines workflow (#1943) 2023-02-09 03:25:35 +08:00
compilation_on_android_ubuntu.yml Use wasi-sdk 20 pre-release for tests with threads (#2021) 2023-03-17 20:02:03 +08:00
compilation_on_macos.yml Use wasi-sdk 20 pre-release for tests with threads (#2021) 2023-03-17 20:02:03 +08:00
compilation_on_nuttx.yml ci: Setup wasi-sdk for compilation on nuttx to fix break (#2012) 2023-03-07 12:06:38 +08:00
compilation_on_sgx.yml Merge branch main into dev/wasi_threads 2023-02-17 08:46:12 +08:00
compilation_on_windows.yml Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
create_tag.yml Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
release_process.yml Upgrade toolkits (#1878) 2023-02-02 09:42:25 +08:00
reuse_latest_release_binaries.yml Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
spec_test_on_nuttx.yml ci: Setup wasi-sdk for compilation on nuttx to fix break (#2012) 2023-03-07 12:06:38 +08:00