Skip to content

Commit

Permalink
setup-hook: use TERM=dumb
Browse files Browse the repository at this point in the history
The new progress api doesn't play well with nix build log
  • Loading branch information
Cloudef committed Jun 17, 2024
1 parent ff552c0 commit 26b1364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/setup-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ function zigSetGlobalCacheDir {
export ZIG_GLOBAL_CACHE_DIR
ZIG_LOCAL_CACHE_DIR="$ZIG_GLOBAL_CACHE_DIR"
export ZIG_LOCAL_CACHE_DIR
TERM=dumb
export TERM
}

function zigBuildPhase {
Expand Down

0 comments on commit 26b1364

Please sign in to comment.