Skip to content

Commit f150ba1

Browse files
committed
fix: exclude service_a_component_wasm_lib_release_host with triple mismatch
Add exclusion for another *_host target with Rust target triple mismatch. Part of the broader cross-compilation issue tracked in GitHub issue #16.
1 parent 9a13f26 commit f150ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
-//test/integration:basic_component_wasm_lib_release \
121121
-//test/integration:consumer_component_wasm_lib_release \
122122
-//test/integration:service_a_component_wasm_lib_release \
123+
-//test/integration:service_a_component_wasm_lib_release_host \
123124
-//test/integration:service_b_component_wasm_lib_release \
124125
-//test/integration:wasi_component_wasm_lib_release \
125126
-//test/integration:multi_service_system \
@@ -225,6 +226,7 @@ jobs:
225226
-//test/integration:basic_component_wasm_lib_release \
226227
-//test/integration:consumer_component_wasm_lib_release \
227228
-//test/integration:service_a_component_wasm_lib_release \
229+
-//test/integration:service_a_component_wasm_lib_release_host \
228230
-//test/integration:service_b_component_wasm_lib_release \
229231
-//test/integration:wasi_component_wasm_lib_release \
230232
-//test/integration:multi_service_system \

0 commit comments

Comments
 (0)