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

Update gcc version from 11 to 13 in Linux GHA. #599

Merged
merged 4 commits into from
Oct 28, 2024

Conversation

blapie
Copy link
Collaborator

@blapie blapie commented Oct 24, 2024

Checklist

  • I have read the contributing guidelines.
  • I have considered portability of my change across platforms and architectures.
  • I have self-reviewed my code.
  • I have commented my code where necessary.
  • I have updated the documentation accordingly.
  • I have added tests that prove my fix is effective or that my feature works.

What is the purpose of this pull request?

  • Modify a job in an existing workflow
  • Documentation update
  • Update toolchain files

What changes did you make?

This PR consists in incrementing supported version of gcc on Linux (native x86_64 and cross-compiled)

Does this PR relate to any existing issue?

This PR fixes #439 and #483 and maybe others, as it tests all architectures with a recent enough version of gcc 12!
It relates to #481.

@blapie blapie linked an issue Oct 24, 2024 that may be closed by this pull request
And complete other toolchain file.
Ubuntu-24.04 GH-runner still has a buggy version of gcc 12.
Therefore we jump to gcc 13.
@blapie blapie changed the title Update gcc version from 11 to 12 in Linux GHA. Update gcc version from 11 to 13 in Linux GHA. Oct 28, 2024
@blapie blapie merged commit f6d8a84 into shibatch:master Oct 28, 2024
35 checks passed
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.

Failures on various archs for gcc 12 Certain tests fail on gcc 12.0.0 pre-release
1 participant