Skip to content

Commit

Permalink
avoid mac build error because repository_rules.bzl needs a BUILD file (
Browse files Browse the repository at this point in the history
…bazelbuild#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#83
  • Loading branch information
mostynb authored and ifoox committed Aug 14, 2019
1 parent 2f13aef commit 7580a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ http_archive(

go_repository(
name = "com_github_bazelbuild_remote_apis",
commit = "c0682f068a6044f395a7e28526abe1de56beffa8",
commit = "e7282cf0f0e16e7ba84209be5417279e6815bee7",
importpath = "github.com/bazelbuild/remote-apis",
)

Expand Down

0 comments on commit 7580a40

Please sign in to comment.