Commit f19409e
committed
Remove zig build check step and fix stale references
The check step was a compile-only shortcut that avoided linking when
the pre-built .a files from build.sh were not yet available. Now that
zig build fetches and builds ghostty as a dependency, the check step
triggers the same full ghostty build — it is no longer faster than a
regular zig build.
Also update stale references: ghostel.el header and README now say
Zig 0.15.2+ with no submodule mention, and the local ghostty override
uses zig fetch --save (--override-dep does not exist in Zig 0.15).1 parent 33f7601 commit f19409e
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
0 commit comments