Commit d71fa9b
fix(ci): disable cgo for pure Go tracewriter tests
The tracewriter package includes rust_writer.go with cgo, which
requires libcodetracer_trace_writer_ffi. Set CGO_ENABLED=0 for
test-tracewriter target to exclude the Rust FFI code.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2e89c0c commit d71fa9b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments