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

fix some build errors with latest rules_go #148

Merged
merged 1 commit into from
Jun 29, 2017

Conversation

jmhodges
Copy link
Contributor

@jmhodges jmhodges commented Jun 29, 2017

fix build errors with latest rules_go

Recent rules_go versions do not have a url parameter on go_repository, so
rules_webtesting, unfortunately, has to be changed.

There is also a new requirement that if a urls parameter is specified, than a
tag or commit parameter may not be. So, we fix up the gorilla/mux and
selenium deps.

This patch also upgrades the rules_go external in this WORKSPACE to its current
HEAD.

This does not address the noci tag problem discussed in #147.

Updates #147

@bazel-io
Copy link
Member

Can one of the admins verify this patch?

Recent rules_go versions do not have a `url` parameter on `go_repository`, so
rules_webtesting, unfortunately, has to be changed.

There is also a new requirement that if a `urls` parameter is specified, than a
`tag` or `commit` parameter may not be. So, we fix up the gorilla/mux and
selenium deps.

This patch also upgrades the rules_go external in this WORKSPACE to its current
HEAD.

This does not address the noci tag problem discussed in bazelbuild#147.

Updates bazelbuild#147
@joshbruning joshbruning merged commit 12613b4 into bazelbuild:master Jun 29, 2017
@jmhodges jmhodges deleted the upgrade_rules_go_for_pr branch June 29, 2017 10:55
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.

None yet

4 participants