Skip to content

Commit

Permalink
Use gcs mirror for busybox (#1072)
Browse files Browse the repository at this point in the history
Summary: We appear to be getting read timeouts for busybox.net on
Jenkins, so I moved to using a mirror of the busybox binary on our own
gcs.

Type of change: /kind cleanup

Test Plan: Tested that the binary has the same sha as before when
downloaded from the mirror.

Signed-off-by: James Bartlett <[email protected]>
  • Loading branch information
JamesMBartlett authored Mar 20, 2023
1 parent d75a84a commit f318c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/pl_workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def qemu_with_kernel_deps():

http_file(
name = "busybox",
url = "https://busybox.net/downloads/binaries/1.35.0-x86_64-linux-musl/busybox",
url = "https://storage.googleapis.com/pixie-dev-public/mirrors/busybox.net/downloads/binaries/1.35.0-x86_64-linux-musl/busybox",
sha256 = "6e123e7f3202a8c1e9b1f94d8941580a25135382b99e8d3e34fb858bba311348",
downloaded_file_path = "busybox",
executable = True,
Expand Down

0 comments on commit f318c93

Please sign in to comment.