google / cpu_features

A cross platform C99 library to get cpu features at runtime.
Apache License 2.0
2.44k stars 258 forks source link

Remove CI support for FreeBSD #360

Closed gchatelet closed 2 weeks ago

gchatelet commented 2 weeks ago

We used to use Vagrant for FreeBSD continuous integration platforms but the service slowly became unusable.

Mizux commented 2 weeks ago

While the CI job is failing (likely a runner ecosystem issue), I'm not sure the CI support (using Vagrant + VirtualBox) is broken. So before removing everything I would just disable the job and verify if the script is working locally.

Then in a later time we could use an ubuntu-latest base image runner to reenable the job instead...