Skip to content

Commit f2e0885

Browse files
committed
Testing with static libraru
1 parent 7f183d2 commit f2e0885

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

targets/onnxRT/BUILD

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ cc_library(
2020
visibility = ["//visibility:public"]
2121
)
2222

23-
cc_shared_library(
24-
name = "openvx-onnxRT",
25-
deps = [
26-
":onnxRT",
27-
],
28-
visibility = ["//visibility:public"]
29-
)
23+
# cc_shared_library(
24+
# name = "openvx-onnxRT",
25+
# deps = [
26+
# ":onnxRT",
27+
# ],
28+
# visibility = ["//visibility:public"]
29+
# )
3030

31-
cc_import(
32-
name = "imported_openvx_onnxRT",
33-
shared_library = ":openvx-onnxRT",
34-
visibility = ["//visibility:public"]
35-
)
31+
# cc_import(
32+
# name = "imported_openvx_onnxRT",
33+
# shared_library = ":openvx-onnxRT",
34+
# visibility = ["//visibility:public"]
35+
# )

tests/integration_test/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ cc_test(
1010
"//targets/debug:imported_openvx_debug",
1111
"//targets/extras:imported_openvx_extras",
1212
"//targets/opencl:imported_openvx_opencl",
13-
"//targets/onnxRT:imported_openvx_onnxRT",
13+
# "//targets/onnxRT:imported_openvx_onnxRT",
14+
"//targets/onnxRT:onnxRT", # temorary hack to get test to work
1415
],
1516
linkopts = select({
1617
"@platforms//os:linux": ["-Wl,-rpath,$ORIGIN"],

0 commit comments

Comments
 (0)