Skip to content

Commit 598ad34

Browse files
committed
fix: add public visibility to http_service_bindings for testing
Resolves CI build failure where test //test/cpp:test_http_service_bindings_generation could not access //examples/cpp_component/http_service:http_service_bindings due to missing visibility declaration.
1 parent d78ca71 commit 598ad34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cpp_component/http_service/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cpp_wit_bindgen(
55
name = "http_service_bindings",
66
wit = "wit/http_service.wit",
77
world = "http-service-world",
8+
visibility = ["//visibility:public"],
89
)
910

1011
# Combined HTTP service library (all in one to avoid include path issues)

0 commit comments

Comments
 (0)