Skip to content
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

Enable CI build for gcc 4.8 on linux #2106

Merged
merged 3 commits into from
Apr 6, 2023
Merged

Conversation

loganek
Copy link
Collaborator

@loganek loganek commented Apr 5, 2023

In #1928 we added support for GCC 4.8 but we don't continously test if it's working. In this change I'm adding a github actions job to test compilation on GCC 4.8 for interpreters and Fast JIT (JIT/AOT might be added in the future).

The compileation 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. I don't think we need that though at that stage.

This is to make Fast JIT working with compilers that don't have this
enabled by default (e.g. gcc 4.8)
@wenyongh wenyongh merged commit 9adc694 into bytecodealliance:main Apr 6, 2023
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
In bytecodealliance#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants