vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
288 stars 66 forks source link

Add CI for NetBSD #62

Closed vasi closed 3 years ago

vasi commented 3 years ago

This is the last interesting platform for CI, unless someone comes forward with a weird requirement. Good luck getting CI for OpenSolaris 🤣

It uses a QEMU-based Docker image that I put together, but it still finishes in ~5 minutes, so good enough for me. Running it on Cirrus since it supports KVM, but it would probably not be that much slower on Github Actions.

Not many actual build fixes necessary, mostly just making sure we can get symlink() on NetBSD.

vasi commented 3 years ago

@chipturner @kevin-vigor Just a heads up in case this gets in the way of any work you have ongoing. If there's no concern, I'll just merge tomorrow.

chipturner commented 3 years ago

The more platforms the better!