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

Commit 85e29c4

Browse files
authored
Build fix: remove upb and stropts (#450)
1 parent 7877337 commit 85e29c4

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

WORKSPACE

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ load(
5555

5656
apple_support_dependencies()
5757

58-
load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")
59-
60-
bazel_version_repository(name = "upb_bazel_version")
61-
6258
# Used by prometheus-cpp.
6359
local_repository(
6460
name = "net_zlib_zlib",

opencensus/curl.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ BASE_CURL_COPTS = [
181181
LINUX_CURL_COPTS = [
182182
"-DHAVE_LINUX_TCP_H=1",
183183
"-DHAVE_MSG_NOSIGNAL=1",
184-
"-DHAVE_STROPTS_H=1",
185184
]
186185

187186
CURL_COPTS = select({

0 commit comments

Comments
 (0)