wasm-micro-runtime/.github/workflows
Marcin Kolny 9adc6948d8
Enable CI build for gcc 4.8 on linux (#2106)
In #1928 we added support for GCC 4.8 but we don't continuously test if it's
working. This PR added a GitHub actions job to test compilation on GCC 4.8
for interpreters and Fast JIT (LLVM JIT/AOT might be added in the future).

The compilation is done using ubuntu 14.04 image as that's the simplest way
to get GCC 4.8 compiler. The job only compiles the code but does not run any
tests.
2023-04-06 10:10:07 +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 Fix compilation errors of workload xnnpack and meshoptimizer (#2081) 2023-03-30 21:15:21 +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 Update version number and release notes (#2103) 2023-04-04 12:13:40 +08:00
build_wamrc.yml Fix compilation errors of workload xnnpack and meshoptimizer (#2081) 2023-03-30 21:15:21 +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 Enable CI build for gcc 4.8 on linux (#2106) 2023-04-06 10:10:07 +08:00
compilation_on_macos.yml Use wasi-sdk-20 to build wasi-threads cases in CI (#2095) 2023-04-03 08:43:11 +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 ci: Enable WASI threads in CI (#2086) 2023-03-30 10:05:00 +08:00
compilation_on_windows.yml ci: Refactor windows build definition (#2087) 2023-03-30 09:34:30 +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 Fix several issues in CI binary releasing (#2064) 2023-03-26 12:19:45 +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 spectest/nuttx: Increase stack size of iwasm task (#2082) 2023-03-29 17:24:44 +08:00