Skip to content

Commit 3e3081d

Browse files
committed
Add AF_VSOCK support
1 parent 9235633 commit 3e3081d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

WORKSPACE

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ apple_support_dependencies()
3737
# ========================================================================================
3838
# Simple dependencies
3939

40-
http_archive(
40+
git_repository(
4141
name = "capnp-cpp",
42-
sha256 = "bed3c01caad985c91b58c8123cedfe46c4135d1698303d89c89bc49d3deb3697",
43-
strip_prefix = "capnproto-capnproto-6480280/c++",
44-
type = "tgz",
45-
urls = ["https://github.com/capnproto/capnproto/tarball/64802802df1d7780625eeb07b71d249fe49fb68d"],
42+
commit = "ef32386a1405df18c9bfe576cbf1332ed990935c",
43+
remote = "https://github.com/escrin/capnproto",
44+
strip_prefix = "c++",
4645
)
4746

4847
http_archive(
@@ -258,9 +257,8 @@ cc_library(
258257
copts = [
259258
"-w",
260259
"-Dverbose=-1",
260+
"-Wno-implicit-function-declaration",
261261
] + select({
262-
"@platforms//os:linux": [ "-Wno-implicit-function-declaration" ],
263-
"@platforms//os:macos": [ "-Wno-implicit-function-declaration" ],
264262
"//conditions:default": [],
265263
}),
266264
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)