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

Rename top-level BUILD to BUILD.bazel to avoid case-insensitive collision with "build" directory. #83

Merged
merged 1 commit into from
May 28, 2019

Conversation

jasharpe
Copy link
Contributor

I verified this by creating a simple Go project that imports remote-apis, and verified that I get the error and that this commit fixes it.

Fixed #82.

In the future we should add CI. :)

@googlebot googlebot added the cla: yes Pull requests whose authors are covered by a CLA with Google. label May 28, 2019
…sion with "build" directory.

I verified this by creating a simple Go project that imports remote-apis, and verified that I get the error and that this commit fixes it.

Fixed bazelbuild#82.
@ola-rozenfeld ola-rozenfeld merged commit 6bda484 into bazelbuild:master May 28, 2019
mostynb added a commit to mostynb/remote-apis-sdks that referenced this pull request Aug 14, 2019
In another project I noticed a mac build error in buildkite with the
previous configuration claiming that repository_rules.bzl needed a
matching BUILD file. Updating to the tip of master helped- I suspect
due to bazelbuild/remote-apis#83
ifoox pushed a commit to bazelbuild/remote-apis-sdks that referenced this pull request Aug 14, 2019
…#73)

In another project I noticed a mac build error in buildkite with the
previous configuration claiming that repository_rules.bzl needed a
matching BUILD file. Updating to the tip of master helped- I suspect
due to bazelbuild/remote-apis#83
santigl pushed a commit to santigl/remote-apis that referenced this pull request Aug 26, 2020
Prepares for addition of a second connection to the CAS service in
DialParams (bazelbuild#78). Also adding better named overloads for constructors in
order to migrate users to these names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Pull requests whose authors are covered by a CLA with Google.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go get fail
3 participants