Skip to content

Conversation

loganek
Copy link
Collaborator

@loganek loganek commented Feb 1, 2023

Once this PR is merged, I'll think of having a CI job for gcc4.8 too

@loganek loganek force-pushed the loganek/gcc4.8 branch 3 times, most recently from bb48889 to 7bb7d93 Compare February 1, 2023 14:52
@yamt
Copy link
Collaborator

yamt commented Feb 1, 2023

why do you care that old gcc? (just a curious question)

@loganek
Copy link
Collaborator Author

loganek commented Feb 1, 2023

why do you care that old gcc? (just a curious question)

Unfortunately some of the toolchains still use that version.

@loganek loganek force-pushed the loganek/gcc4.8 branch 2 times, most recently from c9051fd to 99c2701 Compare February 1, 2023 16:48
@loganek loganek requested review from wenyongh and yamt and removed request for wenyongh and yamt February 2, 2023 09:10
Copy link
Contributor

@wenyongh wenyongh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@loganek loganek force-pushed the loganek/gcc4.8 branch 2 times, most recently from 8a11dc2 to b33a73a Compare February 2, 2023 10:11
@wenyongh wenyongh merged commit 17f3375 into bytecodealliance:main Feb 2, 2023
@loganek loganek deleted the loganek/gcc4.8 branch February 2, 2023 11:46
wenyongh pushed a commit that referenced this pull request Apr 6, 2023
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.
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
vickiegpt pushed a commit to vickiegpt/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.

3 participants