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

go_proto_compiler: remove dependence on C/C++ toolchain #2101

Merged
merged 5 commits into from
Jun 24, 2019

Conversation

jayconrod
Copy link
Contributor

@jayconrod jayconrod commented Jun 18, 2019

The C compiler was used to set PATH. PATH is needed on Windows to
locate DLL files. Instead of requiring the C compiler, just use the
same environment as the rest of the Go toolchain. PATH should be set
there.

Updates #2089

The C compiler was used to set PATH. No idea why that was useful though.

Fixes bazel-contrib#2089
@jayconrod
Copy link
Contributor Author

Test failures due to #2100, which is unrelated.

@jayconrod jayconrod merged commit 1763cfa into bazel-contrib:master Jun 24, 2019
@jayconrod jayconrod deleted the protoc-cgo branch June 24, 2019 22:18
jayconrod added a commit that referenced this pull request Jul 8, 2019
The C compiler was used to set PATH. PATH is needed on Windows to
locate DLL files. Instead of requiring the C compiler, just use the
same environment as the rest of the Go toolchain. PATH should be set
there.

Updates #2089
jayconrod added a commit that referenced this pull request Jul 8, 2019
The C compiler was used to set PATH. PATH is needed on Windows to
locate DLL files. Instead of requiring the C compiler, just use the
same environment as the rest of the Go toolchain. PATH should be set
there.

Updates #2089
jayconrod added a commit that referenced this pull request Jul 8, 2019
The C compiler was used to set PATH. PATH is needed on Windows to
locate DLL files. Instead of requiring the C compiler, just use the
same environment as the rest of the Go toolchain. PATH should be set
there.

Updates #2089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants