Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

rkt: add fixes to build with gccgo #3963

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ianlancetaylor
Copy link

Replaces pull request #3962, which did a full update of github.com/klauspost/compress/flate and golang.org/x/sys/unix, which failed to build with older versions of Go. Instead just cherrypick the changes required for gccgo support.

Updates golang/go#28670

@xichengliudui
Copy link

@ianlancetaylor I don't think you should modify the files in the vendor directory, you should go upstream and modify them

@ianlancetaylor
Copy link
Author

The changes are already upstream. But when I tried re-vendoring all of upstream it caused this package to fail to build with older versions of Go. And note that as far as I can tell the upstream packages were not fully vendored in the first place.

@xichengliudui
Copy link

Okay, sorry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants