Skip to content

Commit aec58d9

Browse files
committed
fix: exclude consumer_component_wasm_lib_release_host target with triple mismatch
Add exclusion for test_wit_deps/consumer:consumer_component_wasm_lib_release_host which has Rust target triple mismatch errors (looking for x86_64-unknown-linux-gnu but finding wasm32-wasip2). This is a cross-compilation configuration issue in test targets.
1 parent 2cf1d71 commit aec58d9

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
@@ -131,6 +131,7 @@ jobs:
131131
-//test_examples/basic:hello_component_wasm_lib_release \
132132
-//test_examples/dependencies/consumer:consumer_component_wasm_lib_release \
133133
-//test_wit_deps/consumer:consumer_component_wasm_lib_release \
134+
-//test_wit_deps/consumer:consumer_component_wasm_lib_release_host \
134135
-//test_wit_deps/consumer:check_deps \
135136
-//test/integration:validate_consumer_deps \
136137
-//test/integration:dependency_resolution_build_test
@@ -233,6 +234,7 @@ jobs:
233234
-//test_examples/basic:hello_component_wasm_lib_release \
234235
-//test_examples/dependencies/consumer:consumer_component_wasm_lib_release \
235236
-//test_wit_deps/consumer:consumer_component_wasm_lib_release \
237+
-//test_wit_deps/consumer:consumer_component_wasm_lib_release_host \
236238
-//test_wit_deps/consumer:check_deps \
237239
-//test/integration:validate_consumer_deps \
238240
-//test/integration:dependency_resolution_build_test

0 commit comments

Comments
 (0)