Skip to content

Commit 67b494b

Browse files
authored
fix: remove mirror.bazel.build from list of node_urls used to fetch NodeJS by default (#2408)
1 parent ceb76d6 commit 67b494b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/node/node_repositories.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ By default, if this attribute has no items, we'll use a list of all public NodeJ
158158
),
159159
"node_urls": attr.string_list(
160160
default = [
161-
"https://mirror.bazel.build/nodejs.org/dist/v{version}/{filename}",
162161
"https://nodejs.org/dist/v{version}/{filename}",
163162
],
164163
doc = """custom list of URLs to use to download NodeJS
@@ -216,7 +215,6 @@ By default, if this attribute has no items, we'll use a list of all public NodeJ
216215
),
217216
"yarn_urls": attr.string_list(
218217
default = [
219-
"https://mirror.bazel.build/github.com/yarnpkg/yarn/releases/download/v{version}/{filename}",
220218
"https://github.com/yarnpkg/yarn/releases/download/v{version}/{filename}",
221219
],
222220
doc = """custom list of URLs to use to download Yarn

0 commit comments

Comments
 (0)