Commit e015599
fix(ci): remove child.deinit() — std.process.Child has no deinit in Zig 0.15.2
PRs #171 and #172 added child.deinit() calls, but std.process.Child
doesn't have a deinit method. Builds locally due to lazy evaluation
but fails CI when tri-api is compiled.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4bef593 commit e015599
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments