Hacker News new | ask | show | jobs
Show HN: I built the DuckDB extension template with Nix and the Zig C compiler (github.com)
3 points by rupurt 1093 days ago
Super stoked I managed to build DuckDB with Zig. The next task is to build the extensions and try to match the existing cmake build steps.

I've also opened up a bug report within Zig https://github.com/ziglang/zig/issues/16149. Unfortunately it prevents using the cache for subsequent builds.