File tree Expand file tree Collapse file tree
src/libraries/rust/stargate/crates/stargate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ rust_oci_image(
116116 base = "@distroless_cc" ,
117117 binary = ":stargate" ,
118118 binary_path = "/usr/local/bin/stargate" ,
119- extra_layers = ["//crates/stargate-k8s-router:stargate-k8s-router-image_layer" ],
119+ extra_layers = ["//src/libraries/rust/stargate/ crates/stargate-k8s-router:stargate-k8s-router-image_layer" ],
120120 tags = ["stargate" ],
121121 visibility = ["//visibility:public" ],
122122)
@@ -138,7 +138,7 @@ sh_test(
138138# router's extra layer fails this test.
139139sh_test (
140140 name = "image_router_binary_test" ,
141- srcs = ["//tools/ci:oci_image_contains_path_test.sh" ],
141+ srcs = ["//src/libraries/rust/stargate/ tools/ci:oci_image_contains_path_test.sh" ],
142142 args = [
143143 "$(location :image)" ,
144144 "/usr/local/bin/stargate-k8s-router" ,
You can’t perform that action at this time.
0 commit comments