Skip to content

Commit 92e6bc8

Browse files
committed
Merge branch 'levsha/-IDX-2827-switch-sha256sum2url-to-return-proxied-URL-' into 'master'
[IDX-2827] switch sha256sum2url to return proxied URL. This will tell Farm hosts to download artifacts trough a closes caching proxy host and therefore cache artifacts in the closest DC. Closes IDX-2827 Closes IDX-2827 See merge request dfinity-lab/public/ic!12516
2 parents b636484 + 6b37912 commit 92e6bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sha256sum2url = rule(
7777
implementation = _sha256sum2url_impl,
7878
attrs = {
7979
"src": attr.label(allow_single_file = True),
80-
"base_url": attr.string(default = "https://artifacts.idx.dfinity.network"),
80+
"base_url": attr.string(default = "http://artifacts.idx.proxy-global.dfinity.network:8080"),
8181
},
8282
)
8383

0 commit comments

Comments
 (0)