Commit 372e6f0
committed
fix: exclude problematic host targets with target triple conflicts
Exclude integration test host targets that fail due to Rust target triple
mismatches (expecting x86_64-unknown-linux-gnu but bindings only available
for wasm32-wasip2):
- //test/integration:wasi_component_wasm_lib_release_host
- //test/integration:service_b_component_wasm_lib_release_host
This allows the core Go toolchain validation to complete successfully.1 parent a89e47f commit 372e6f0
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
215 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
| |||
0 commit comments