Skip to content

Commit

Permalink
Disable Bazel mirrors for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Apr 20, 2022
1 parent d157f59 commit 31366c4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ DIST_DEPS = {
"sha256": "e064b61d93304012351242bf0823c6a2e41d9e28add7ea7f05378b7243d34247",
"strip_prefix": "zulu11.56.19-ca-jdk11.0.15-linux_x64",
"urls": [
"https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-linux_x64.tar.gz",
"https://cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-linux_x64.tar.gz",
],
"used_in": ["test_WORKSPACE_files"],
Expand All @@ -370,9 +369,8 @@ DIST_DEPS = {
],
"archive": "zulu11.56.19-ca-jdk11.0.15-linux_aarch64.tar.gz",
"sha256": "fc7c41a0005180d4ca471c90d01e049469e0614cf774566d4cf383caa29d1a97",
"strip_prefix": "zulu11.56.19-ca-jdk11.0.15-linux_aarch64",
"strip_prefix": "zulu11.56.19-ca-jdk11.0.15-linuzulu-embeddedx_aarch64",
"urls": [
"https://mirror.bazel.build/cdn.azul.com/zulu-embedded/bin/zulu11.56.19-ca-jdk11.0.15-linux_aarch64.tar.gz",
"https://cdn.azul.com/zulu-embedded/bin/zulu11.56.19-ca-jdk11.0.15-linux_aarch64.tar.gz",
],
"used_in": ["test_WORKSPACE_files"],
Expand All @@ -385,7 +383,6 @@ DIST_DEPS = {
"sha256": "9750e11721282a9afd18a07743f19c699b2b71ce20d02f3f0a906088b9ae6d9a",
"strip_prefix": "jdk-11.0.14.1+1",
"urls": [
"https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1+1/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.14.1_1.tar.gz",
"https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1+1/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.14.1_1.tar.gz",
],
"used_in": [],
Expand All @@ -398,7 +395,6 @@ DIST_DEPS = {
"sha256": "79a27a4dc23dff38a5c21e5ba9b7efcf0aa5e14ace1a3b19bec53e255c487521",
"strip_prefix": "jdk-11.0.14.1+1",
"urls": [
"https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1+1/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.14.1_1.tar.gz",
"https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1+1/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.14.1_1.tar.gz",
],
"used_in": [],
Expand All @@ -413,7 +409,6 @@ DIST_DEPS = {
"sha256": "2614e5c5de8e989d4d81759de4c333aa5b867b17ab9ee78754309ba65c7f6f55",
"strip_prefix": "zulu11.56.19-ca-jdk11.0.15-macosx_x64",
"urls": [
"https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-macosx_x64.tar.gz",
"https://cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-macosx_x64.tar.gz",
],
"used_in": ["test_WORKSPACE_files"],
Expand All @@ -428,7 +423,6 @@ DIST_DEPS = {
"sha256": "6bb0d2c6e8a29dcd9c577bbb2986352ba12481a9549ac2c0bcfd00ed60e538d2",
"strip_prefix": "zulu11.56.19-ca-jdk11.0.15-macosx_aarch64",
"urls": [
"https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-macosx_aarch64.tar.gz",
"https://cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-macosx_aarch64.tar.gz",
],
"used_in": ["test_WORKSPACE_files"],
Expand All @@ -443,7 +437,6 @@ DIST_DEPS = {
"sha256": "a106c77389a63b6bd963a087d5f01171bd32aa3ee7377ecef87531390dcb9050",
"strip_prefix": "zulu11.56.19-ca-jdk11.0.15-win_x64",
"urls": [
"https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-win_x64.zip",
"https://cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-win_x64.zip",
],
"used_in": ["test_WORKSPACE_files"],
Expand Down

0 comments on commit 31366c4

Please sign in to comment.