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 to gcc 12 in CI #1002

Closed
jcoupey opened this issue Sep 28, 2023 · 0 comments · Fixed by #1003
Closed

Update to gcc 12 in CI #1002

jcoupey opened this issue Sep 28, 2023 · 0 comments · Fixed by #1003

Comments

@jcoupey
Copy link
Collaborator

jcoupey commented Sep 28, 2023

We're experiencing a lot of failed CI builds with gcc lately. What happens is that the GA jobs are just stopped with Error: Process completed with exit code 143., indicating the job is simply killed for some reason. The running times widely vary so this is not about some timeout. I stumbled on actions/runner-images#6680 which is totally familiar.

Probably the recent changes we introduced (switching to C++20 and using more features from 20 following the sonarcloud reports) somehow increased the load on gcc, causing the builds to get killed.

Maybe switching to gcc 12 could help here. Also it would be an easy switch as version 12 is packaged for the Ubuntu images we're using on CI. Plus it's a good idea to update at some point anyway.

@jcoupey jcoupey added this to the v1.14.0 milestone Sep 28, 2023
jiridanek added a commit to jiridanek/skupper-router that referenced this issue Sep 28, 2023
…hoping to avoid kills

This PR follows a similar attempt at solving the issue by upgrading GCC
attempted at VROOM-Project/vroom#1002
jiridanek added a commit to jiridanek/skupper-router that referenced this issue Sep 28, 2023
…hoping to avoid kills

This PR follows a similar attempt at solving the issue by upgrading GCC
attempted at VROOM-Project/vroom#1002
jiridanek added a commit to jiridanek/skupper-router that referenced this issue Sep 28, 2023
…hoping to avoid kills

This PR follows a similar attempt at solving the issue by upgrading GCC
attempted at VROOM-Project/vroom#1002
jiridanek added a commit to skupperproject/skupper-router that referenced this issue Sep 28, 2023
…d kills

This PR follows a similar attempt at solving the issue by upgrading GCC
attempted at VROOM-Project/vroom#1002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant