Commit graph

7 commits

Author SHA1 Message Date
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
53981da7c1
update readme as caching now works 2024-08-28 15:23:32 -07:00
f86bafc533
out with AWS cli/in with the SDK 2024-08-27 16:29:43 -07:00
f9e44210c0
update version in readme 2024-05-05 12:47:01 -07:00
6a9ff3de24
test with zig 0.11 proper 2023-08-04 09:15:54 -07:00
3b14df88d5
update README 2023-08-01 13:29:37 -07:00
6a14eee1cf
add README 2021-10-03 13:24:09 -07:00