Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Build fix: remove upb and stropts (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-easy authored Jul 16, 2020
1 parent 7877337 commit 85e29c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ load(

apple_support_dependencies()

load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")

bazel_version_repository(name = "upb_bazel_version")

# Used by prometheus-cpp.
local_repository(
name = "net_zlib_zlib",
Expand Down
1 change: 0 additions & 1 deletion opencensus/curl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ BASE_CURL_COPTS = [
LINUX_CURL_COPTS = [
"-DHAVE_LINUX_TCP_H=1",
"-DHAVE_MSG_NOSIGNAL=1",
"-DHAVE_STROPTS_H=1",
]

CURL_COPTS = select({
Expand Down

0 comments on commit 85e29c4

Please sign in to comment.