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

ci: Add workflow for testing various GCC versions #1626

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

sjanc
Copy link
Contributor

@sjanc sjanc commented Sep 26, 2023

This will help make sure we build correctly with more GCC version.

fail-fast: false
matrix:
os: [ubuntu-latest]
gcc: ['12.2.Rel1', '11.3.Rel1', '10.3-2021.10', '9-2019-q4', '8-2018-q4']
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps we can remove gcc 8 (and 9?) and add 13 instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I left 9-2019-q4 because it is available in Ubuntu 20.04 which is stil quite common, we can drop 8 I guess.

I'll add GCC 13 when it becomes available via github action we are using (https://github.com/carlosperate/arm-none-eabi-gcc-action)

This will help make sure we build correctly with more GCC version.
@sjanc sjanc merged commit 076686b into apache:master Oct 4, 2023
13 checks passed
@sjanc sjanc deleted the gha_gcc branch October 4, 2023 08:02
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