sandboxfs icon indicating copy to clipboard operation
sandboxfs copied to clipboard

Upgrade CI to modern macOS

Open jmmv opened this issue 7 years ago • 0 comments

Our Travis CI builds for macOS currently rely on the image that provides El Capitan because there is no known mechanism to load the FUSE kext without interacting with the UI (https://github.com/travis-ci/travis-ci/issues/10017).

This is problematic because we cannot use modern APIs in our code (things like futimensat), which are necessary to implement and/or test certain semantics.

jmmv avatar Nov 05 '18 14:11 jmmv