You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is currently, zig.hook spams hundreds of newlines while building due to its build graph, this leads to a subpar build output. To prevent this, TERM=dumb should be set, and --verbose should be appended to the zig build command
I've tested this on a local derivation but I'm unsure how to actually apply it to the existing hook, which is why I haven't sent a PR
The text was updated successfully, but these errors were encountered:
As it is currently, zig.hook spams hundreds of newlines while building due to its build graph, this leads to a subpar build output. To prevent this,
TERM=dumb
should be set, and--verbose
should be appended to thezig build
commandI've tested this on a local derivation but I'm unsure how to actually apply it to the existing hook, which is why I haven't sent a PR
The text was updated successfully, but these errors were encountered: