Closed EstebanBorai closed 4 months ago
maybe we should convert default build to use zigbuild
instead?
maybe we should convert default build to use
zigbuild
instead?
Lets try that!
can remove all zig related flags
I don't think so, I believe zigbuild only replaces linker, not CC.
got it
While working on building the Fluvio image to run in Kubernetes on macOS I found that cross-compilation of Fluvio might have some incompatibility issues.
In order to speed up development I ended up using
zigbuild
as an alternative to cross-compile Fluvio.In the future, perhaps it would be nice to detect host's OS and conditionally use
zigbuild
if running onmacOS
for such step.