Skip to content

Commit

Permalink
fix: remove mirror.bazel.build from list of node_urls used to fetch N…
Browse files Browse the repository at this point in the history
…odeJS by default (#2408)
  • Loading branch information
mattem authored Jan 20, 2021
1 parent ceb76d6 commit 67b494b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/node/node_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ By default, if this attribute has no items, we'll use a list of all public NodeJ
),
"node_urls": attr.string_list(
default = [
"https://mirror.bazel.build/nodejs.org/dist/v{version}/{filename}",
"https://nodejs.org/dist/v{version}/{filename}",
],
doc = """custom list of URLs to use to download NodeJS
Expand Down Expand Up @@ -216,7 +215,6 @@ By default, if this attribute has no items, we'll use a list of all public NodeJ
),
"yarn_urls": attr.string_list(
default = [
"https://mirror.bazel.build/github.com/yarnpkg/yarn/releases/download/v{version}/{filename}",
"https://github.com/yarnpkg/yarn/releases/download/v{version}/{filename}",
],
doc = """custom list of URLs to use to download Yarn
Expand Down

0 comments on commit 67b494b

Please sign in to comment.