Commit aec58d9
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
0 commit comments