Skip to content

Commit

Permalink
Updates WORKSPACE to download locally versioned browsers.
Browse files Browse the repository at this point in the history
Refs #74.

We _must_ drop the `@io_bazel_rules_webtesting` `browser_repositories` call because it will download to the same Bazel repository names and conflict with the locally versioned browsers.
  • Loading branch information
dgp1130 committed Jul 29, 2023
1 parent 4a33fdc commit c1c57a9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ load(
)
web_test_repositories()

# Load web testing browsers and drivers (ie. Chrome and Chromedriver).
load(
"@io_bazel_rules_webtesting//web/versioned:browsers-0.3.3.bzl",
"browser_repositories",
)
browser_repositories(chromium = True)
# Load browser binaries.
load("//bazel/browsers:browser_repositories.bzl", "browser_repositories")
browser_repositories()

0 comments on commit c1c57a9

Please sign in to comment.