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 nightly CI gcc build #1177

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

Rombur
Copy link
Collaborator

@Rombur Rombur commented Oct 9, 2024

I've noticed that we have random failure of the nightly for gcc. It looks like a RAM issue, so I have decrease the number of processors used during compilation from 8 to 7. I have also update gcc from 13.1 to 14.2 because when we added the gcc 13.1 build, the goal was to test the latest gcc. gcc 14 has partial support for C++26. So we could change the standard to C++26.

@aprokop aprokop added the testing Anything to do with tests and CI label Oct 9, 2024
Copy link
Contributor

@aprokop aprokop left a comment

Choose a reason for hiding this comment

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

LGTM. We can go even further down, to like 4. This is a CPU build, and they are fast.

@aprokop
Copy link
Contributor

aprokop commented Oct 9, 2024

Can you please update Testing.md in the wiki? I noticed we don't have the nightly GCC build there at all.

@aprokop
Copy link
Contributor

aprokop commented Oct 9, 2024

We added GCC-13.1 in #911.

@aprokop
Copy link
Contributor

aprokop commented Oct 9, 2024

Killed the builds as this only changes the nightly configuration.

@aprokop aprokop merged commit 78e7548 into arborx:master Oct 9, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything to do with tests and CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants