Skip to content

Commit 6a3ae03

Browse files
committed
fix: add comprehensive *_host exclusions for all integration tests
Add *_host exclusions for all integration test targets with Rust target triple mismatches: - consumer_component_wasm_lib_release_host - wasi_component_wasm_lib_release_host - service_b_component_wasm_lib_release_host - basic_component_wasm_lib_release_host - basic_component_wasm_lib_debug_host This is a systematic issue affecting all *_host targets as documented in GitHub issue #16.
1 parent fd0a7bf commit 6a3ae03

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,17 @@ jobs:
118118
-//examples/basic:hello_component_wasm_lib_release_host \
119119
-//test/export_macro:test_component_wasm_lib_release \
120120
-//test/integration:basic_component_wasm_lib_debug \
121+
-//test/integration:basic_component_wasm_lib_debug_host \
121122
-//test/integration:basic_component_wasm_lib_release \
123+
-//test/integration:basic_component_wasm_lib_release_host \
122124
-//test/integration:consumer_component_wasm_lib_release \
125+
-//test/integration:consumer_component_wasm_lib_release_host \
123126
-//test/integration:service_a_component_wasm_lib_release \
124127
-//test/integration:service_a_component_wasm_lib_release_host \
125128
-//test/integration:service_b_component_wasm_lib_release \
129+
-//test/integration:service_b_component_wasm_lib_release_host \
126130
-//test/integration:wasi_component_wasm_lib_release \
131+
-//test/integration:wasi_component_wasm_lib_release_host \
127132
-//test/integration:multi_service_system \
128133
-//test/integration:wasi_system \
129134
-//test/integration:composition_build_test \
@@ -226,12 +231,17 @@ jobs:
226231
-//examples/basic:hello_component_wasm_lib_release_host \
227232
-//test/export_macro:test_component_wasm_lib_release \
228233
-//test/integration:basic_component_wasm_lib_debug \
234+
-//test/integration:basic_component_wasm_lib_debug_host \
229235
-//test/integration:basic_component_wasm_lib_release \
236+
-//test/integration:basic_component_wasm_lib_release_host \
230237
-//test/integration:consumer_component_wasm_lib_release \
238+
-//test/integration:consumer_component_wasm_lib_release_host \
231239
-//test/integration:service_a_component_wasm_lib_release \
232240
-//test/integration:service_a_component_wasm_lib_release_host \
233241
-//test/integration:service_b_component_wasm_lib_release \
242+
-//test/integration:service_b_component_wasm_lib_release_host \
234243
-//test/integration:wasi_component_wasm_lib_release \
244+
-//test/integration:wasi_component_wasm_lib_release_host \
235245
-//test/integration:multi_service_system \
236246
-//test/integration:wasi_system \
237247
-//test/integration:composition_build_test \

0 commit comments

Comments
 (0)