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

Daemon RPM build rework #176

Merged
merged 1 commit into from
May 31, 2024
Merged

Daemon RPM build rework #176

merged 1 commit into from
May 31, 2024

Commits on May 31, 2024

  1. Daemon RPM build rework

    Build the daemon in an environment defined by a Dockerfile, and build it with
    the same environment whether it's built locally or within a workflow.
    
    Using `make build-daemon` will build the daemon locally as always and continue
    to drop it into the local bin/ directory.
    
    Using `make build-daemon-rpm` will build the daemon within the container
    environment and will drop the resulting rpm in a local rpm/ directory.
    
    In tests so far, this tends to cut the build time within the workflow to about
    1/3 of the time that we've seen in the past.
    
    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4dceb09 View commit details
    Browse the repository at this point in the history