Commit 4c5ff74
committed
Fix CI tests to exclude WASM-specific packages
The runtime and examples packages use syscall/js which only works
with GOOS=js GOARCH=wasm build tags. Exclude these from regular
testing to prevent build constraint failures.
Tested packages:
- cmd/guix (CLI tool)
- internal/cache (incremental compilation)
- pkg/ast (AST definitions)
- pkg/parser (parser with tests)
- pkg/codegen (code generator)
WASM packages (excluded from CI tests):
- pkg/runtime (syscall/js dependent)
- examples/* (WASM applications)
These are validated by the build-wasm job which compiles them
with proper GOOS/GOARCH flags.1 parent 7f6cb51 commit 4c5ff74
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
| |||
0 commit comments