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

Fix CI package building #3238

Closed

Commits on Jan 4, 2022

  1. Fix CI package building

    Build packages as a non-root user.
    
    Build pckages on a pull request to ensure packaging regressions get
    identified before landing.
    
    Reduce package installation to only what is necessary to build the
    source.
    
    Use more natural booleans in shell scripts.
    
    Add datestamp to the Release: for unstable builds instead of mangling
    up the version.
    
    Move ARG processing in Dockerfiles to the end of the file so that a
    simple change in an ARG value does not cause O/S installation/upgrade
    layers to be repeated.
    
    Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
    brianjmurrell committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    c0a3a59 View commit details
    Browse the repository at this point in the history