lambda-zig/tools/build/src
Emil Lerch e70b65260c
upgrade to zig 0.15 / rewrite build tooling as standalone CLI
This migrates from zig 0.13 to 0.15.2. In addition to dealing with
breaking changes in the build system and standard library APIs, the
architecture was changed substantially. We now build a standalone
CLI, and use that to execute the commands. This avoids sandboxing issues
related to TLS and enables easier testing. The commit also includes a
simple zip implementation (store only, single file) which avoids the
platform restriction (i.e. this build can now theoretically work on
Windows).
2026-02-02 11:05:20 -08:00
..
deploy.zig upgrade to zig 0.15 / rewrite build tooling as standalone CLI 2026-02-02 11:05:20 -08:00
iam.zig upgrade to zig 0.15 / rewrite build tooling as standalone CLI 2026-02-02 11:05:20 -08:00
invoke.zig upgrade to zig 0.15 / rewrite build tooling as standalone CLI 2026-02-02 11:05:20 -08:00
main.zig upgrade to zig 0.15 / rewrite build tooling as standalone CLI 2026-02-02 11:05:20 -08:00
package.zig upgrade to zig 0.15 / rewrite build tooling as standalone CLI 2026-02-02 11:05:20 -08:00