Skip to content

Commit 85ecdb7

Browse files
committed
Fix QNX8 build
1 parent b9c92b8 commit 85ecdb7

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

MODULE.bazel.lock

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/health_monitoring_lib/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ cc_gtest_unit_test(
7777
srcs = [
7878
"cpp/tests/health_monitor_test.cpp",
7979
],
80+
linkopts = select({
81+
"@platforms//os:qnx": ["-lsocket"],
82+
"//conditions:default": [],
83+
}),
8084
deps = [
8185
":health_monitoring_lib_cc",
8286
],

0 commit comments

Comments
 (0)