You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (travis-ci/travis-ci#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.
The text was updated successfully, but these errors were encountered:
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 (travis-ci/travis-ci#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.The text was updated successfully, but these errors were encountered: