cirrus: Update FreeBSD support#7592
Conversation
Doh, of course. |
|
The FreeBSD 12.2 timeout is really strange. It seems to be doing nothing... |
|
edit: Nevermind, though it is not showing by the individual commits it does show in the checks tab. I requested 12.2 to be re-run. |
It's incredibly puzzling, the CPU and memory graphs on the Cirrus page are also flatlined. It seems that the address sanitizer runtime isn't really working too well with our test harness on FreeBSD 12.2 |
|
Maybe do the FreeBSD 12 change in a separate commit/PR to move forward with testing FreeBSD 13? |
|
Maybe do the FreeBSD 12 change in a separate commit/PR to move forward with testing FreeBSD 13?
Good point, I’ll go do that.
|
As alluded to the in the now removed comment, a 13.0 image became available and is now ready to be used. The sanitizer builds were running on the 12.1 image which since has been removed from the config, leaving the builds not running at all. When enabled it turns out that they don't actually work due to very long timeouts in executing the tests, so keep the disabled for now but a bit more controlled.
cc4c16b to
95fc21e
Compare
|
The FreeBSD builds now succeeded so unless there are objections I will go ahead with this minimal patch to bump our CI coverage for FreeBSD. |
This adds a FreeBSD 13.0 build to the matrix, and moves the sanitizer over to 12.2 as the 12.1 build has been removed.