Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sync error with go1.12 on darwin #147

Merged
merged 1 commit into from
Feb 27, 2019
Merged

fix sync error with go1.12 on darwin #147

merged 1 commit into from
Feb 27, 2019

Commits on Feb 27, 2019

  1. fix sync error with go1.12 on darwin

    In go1.12, go switched how `file.Sync()` works on macos. Unfortunately, this
    also changed the "not supported" error to ENOTTY (called ENOTTY for legacy
    reasons) on macos.
    
    fixes ipfs/kubo#6028
    Stebalien committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    96c103b View commit details
    Browse the repository at this point in the history