Skip to content

Commit

Permalink
GhA: Don't print full build logs
Browse files Browse the repository at this point in the history
`tmpfs` filesystem on github-hosted runner can run out of disk space
due to excessive logging. Drop the `-L` from the nix build to not
print the full build logs.

Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten authored and brianmcgillion committed Apr 29, 2024
1 parent 4585aa6 commit 27e09a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ jobs:
echo "Running nix build, with cachix watch-exec"
cachix authtoken ${{ secrets.CACHIX_AUTH_TOKEN }}
cachix watch-exec ghaf-dev -- \
nix build -L .#packages.${{ matrix.arch }}.${{ matrix.target }}
nix build .#packages.${{ matrix.arch }}.${{ matrix.target }}
fi

0 comments on commit 27e09a7

Please sign in to comment.