You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: properly exclude WIT-enabled Go targets from CI builds
Replace wildcard //examples/go_component/... with explicit target list to avoid
building WIT-enabled targets that fail due to upstream TinyGo limitations.
Explicit inclusions:
- calculator_component_debug (WASI CLI, no WIT)
- calculator_manual (no WIT specified)
- http_service_component (WASI CLI, no WIT)
- simple_test, simple_wasi, multi_file_test (basic Go components)
- WIT library targets (calculator_wit, etc.)
Excluded WIT-enabled targets:
- calculator_component, calculator_simple
- calculator_with_bindings, calculator_simple_binding
This ensures clean CI builds while maintaining all working functionality.
0 commit comments