-
jdtnice, thanks bahamat
-
pjusticeDoes anyone have a CI solution for testing Illumos-ish software builds on github? I just filed a set of bugs against the Seagate SeaChest tools as I got them to build on SmartOS, and one of the developers inquired, as they used to have a way to test Illumos builds, but no longer reliably do.
-
jperkinthere are vmactions images for omnios, so folks can use github actions to kick off builds, though it's a little involved
-
jperkinI set up an entirely github actions driven CI thing for pkgsrc that tested on a bunch of different platforms with not a lot of work, only problem is it burns through the free tier pretty quick
-
jperkinbut e.g. github.com/pkgsrc-ci/pkgsrc/actions/runs/10058351362 tests a commit across a whole bunch of OS
-
jperkin(including cygwin ;)
-
pjusticeThanks!