-
Notifications
You must be signed in to change notification settings - Fork 0
Continious integration #5
Comments
So I've used nearly damn every CI available out there. For freebsd your best choice is cirrus. Which is a little flakey and super slow, but gets the job done. Alternatively you use your own runner with GH actions/other CI, but that's complicated when you're testing something like what you have. I ran bhyve VM with freebsd that I rollback everyday for tests in addition to cirrus. I would love to help with the project. |
Hey, thanks for the suggestions. I used cirrus in variety of projects, such as py-spy. It's slow but gets job done. Actually I would like to dig into GH actions, alas GH has no FreeBSD runners available (actions/runner#385). So we have two options here:
As a side note, we need to think about aarch64 tests, too. But that's for future, I don't have aarch64 hardware myself. |
You can actually run GH runners on FreeBSD. It's runs on Mono. You will lose all the features that use docker, but it's still something. |
Had no luck with running this on Mono, because as I understood nuget repositories do not contain necessary libraries for freebsd-x64 target. Tried to use linuxulator with the original runner release. Runner runs and registers with github, yet jobs fail due to some shenanigans in dotnet SDK file copy routines. Updated issue description, if you want to work on this one, please let me know. Alternatively, you can take a look at #12 or #13 :) Thanks! |
Sure, I'll work on this one. |
Set up pull requests pipelines using GH Action runners.
Since GitHub doesn't provide FreeBSD environments (actions/runner-images#2529), we need to set up Vagrant boxes for
The CI should have following capabilities
The text was updated successfully, but these errors were encountered: