00:53:37 nice, thanks bahamat 21:38:06 Does 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. 22:31:56 there are vmactions images for omnios, so folks can use github actions to kick off builds, though it's a little involved 22:32:33 I 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 22:33:43 but e.g. https://github.com/pkgsrc-ci/pkgsrc/actions/runs/10058351362 tests a commit across a whole bunch of OS 22:34:18 (including cygwin ;) 23:53:26 Thanks!