Skip to content

Commit 41f8610

Browse files
authored
move acl from http to https (#43365)
- libacl should be downloaded https, rather than http - add our mirror in front of it. We may not be there yet, but we can upload later today. Co-authored-by: tony.aiuto <tony.aiuto@datadoghq.com>
1 parent efed066 commit 41f8610

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

deps/acl/acl.MODULE.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ http_archive(
1010
},
1111
sha256 = "c0234042e17f11306c23c038b08e5e070edb7be44bef6697fb8734dcff1c66b1",
1212
strip_prefix = "acl-2.3.1",
13-
url = "http://download.savannah.nongnu.org/releases/acl/acl-2.3.1.tar.xz",
13+
urls = [
14+
"https://dd-agent-omnibus.s3.amazonaws.com/bazel/acl-acl-2.3.1.tar.xz",
15+
"https://download.savannah.nongnu.org/releases/acl/acl-2.3.1.tar.xz",
16+
],
1417
)

0 commit comments

Comments
 (0)