Skip to content

Commit fa3d54a

Browse files
committed
feat: make libcurl required
1 parent daa432f commit fa3d54a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bazel/workspace0.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ def gl_cpp_workspace0(name = None):
237237
)
238238

239239
# We need libcurl for the Google Cloud Storage client.
240-
maybe(
241-
http_archive,
240+
http_archive(
242241
name = "com_github_curl_curl",
243242
urls = [
244243
"https://curl.haxx.se/download/curl-7.69.1.tar.gz",

0 commit comments

Comments
 (0)