arborx / ArborX

Performance-portable geometric search library
BSD 3-Clause "New" or "Revised" License
184 stars 39 forks source link

Update nightly CI gcc build #1177

Closed Rombur closed 1 month ago

Rombur commented 1 month ago

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 commented 1 month ago

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

aprokop commented 1 month ago

We added GCC-13.1 in #911.

aprokop commented 1 month ago

Killed the builds as this only changes the nightly configuration.