Skip to content

Commit c69df96

Browse files
committed
fix: add final *_host exclusions for remaining targets
Add exclusions for the last remaining *_host targets with Rust triple mismatches: - //test_examples/dependencies/consumer:consumer_component_wasm_lib_release_host - //test/unit:test_component_simple_wasm_lib_release_host - //test/unit:test_component_with_deps_wasm_lib_release_host All part of the systematic *_host issue documented in GitHub issue #16.
1 parent 6a3ae03 commit c69df96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,14 @@ jobs:
134134
-//test/integration:composition_build_test \
135135
-//test/integration:integration_tests \
136136
-//test/unit:test_component_simple_wasm_lib_release \
137+
-//test/unit:test_component_simple_wasm_lib_release_host \
137138
-//test/unit:test_component_with_deps_wasm_lib_release \
139+
-//test/unit:test_component_with_deps_wasm_lib_release_host \
138140
-//test/unit:test_composition \
139141
-//test_examples/basic:hello_component_wasm_lib_release \
140142
-//test_examples/basic:hello_component_wasm_lib_release_host \
141143
-//test_examples/dependencies/consumer:consumer_component_wasm_lib_release \
144+
-//test_examples/dependencies/consumer:consumer_component_wasm_lib_release_host \
142145
-//test_wit_deps/consumer:consumer_component_wasm_lib_release \
143146
-//test_wit_deps/consumer:consumer_component_wasm_lib_release_host \
144147
-//test_wit_deps/consumer:check_deps \
@@ -247,11 +250,14 @@ jobs:
247250
-//test/integration:composition_build_test \
248251
-//test/integration:integration_tests \
249252
-//test/unit:test_component_simple_wasm_lib_release \
253+
-//test/unit:test_component_simple_wasm_lib_release_host \
250254
-//test/unit:test_component_with_deps_wasm_lib_release \
255+
-//test/unit:test_component_with_deps_wasm_lib_release_host \
251256
-//test/unit:test_composition \
252257
-//test_examples/basic:hello_component_wasm_lib_release \
253258
-//test_examples/basic:hello_component_wasm_lib_release_host \
254259
-//test_examples/dependencies/consumer:consumer_component_wasm_lib_release \
260+
-//test_examples/dependencies/consumer:consumer_component_wasm_lib_release_host \
255261
-//test_wit_deps/consumer:consumer_component_wasm_lib_release \
256262
-//test_wit_deps/consumer:consumer_component_wasm_lib_release_host \
257263
-//test_wit_deps/consumer:check_deps \

0 commit comments

Comments
 (0)