Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust GitHub build verbosity #579

Merged
merged 3 commits into from
Apr 29, 2024
Merged

Commits on Apr 29, 2024

  1. GhA: Don't print full build logs

    `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 <henri.rosten@unikie.com>
    henrirosten committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6e4c880 View commit details
    Browse the repository at this point in the history
  2. GhA: Increase build log-lines

    Increase the number of lines of the tail of the log to show if a build
    fails.
    
    Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
    henrirosten committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1ceaa13 View commit details
    Browse the repository at this point in the history
  3. GhA: Make cachix watch-exec verbose

    Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
    henrirosten committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    64d4ce4 View commit details
    Browse the repository at this point in the history