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

vendor: pin golang.org/x/sys/unix to a revision before SYS_CLOCK_GETTIME on OSX #6677

Closed

Conversation

bboozzoo
Copy link
Contributor

@bboozzoo bboozzoo commented Apr 2, 2019

Otherwise it breaks:

 ../../../golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go:687:22: undefined: SYS_CLOCK_GETTIME

Replaces #6676

…IME on OSX

Otherwise it breaks:
```
 ../../../golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go:687:22: undefined: SYS_CLOCK_GETTIME
```

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
Copy link
Contributor

@zyga zyga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@zyga
Copy link
Contributor

zyga commented Apr 2, 2019

Given https://go-review.googlesource.com/c/sys/+/170299/1 perhaps we don't need this.

Copy link
Contributor

@stolowski stolowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@stolowski
Copy link
Contributor

Given https://go-review.googlesource.com/c/sys/+/170299/1 perhaps we don't need this.

Might be good a idea anyway to stick to known good version.

@zyga
Copy link
Contributor

zyga commented Apr 2, 2019

Tests failed, maybe the revision is wrong?

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
@zyga
Copy link
Contributor

zyga commented Apr 2, 2019

The fix was merged upstream now.

@bboozzoo
Copy link
Contributor Author

bboozzoo commented Apr 3, 2019

Fixed upstream.

@bboozzoo bboozzoo closed this Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants