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

Improve Makefile to ease debugging #26159

Merged

Commits on Jun 14, 2023

  1. Makefile: Add targets to refactor operator images build

    The Dockerfile used to build the operator images uses fixed paths as
    destination and binary directories.  The commit changes this to use the
    variables defined in Makefile.defs, just like in the agent Dockerfile.
    
    Signed-off-by: Fabio Falzoi <fabio.falzoi@isovalent.com>
    pippolo84 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    222e107 View commit details
    Browse the repository at this point in the history
  2. Makefile: Allow overriding variables for debugging

    Add the ability to override Makefile variables using an additional
    Makefile.override file for debugging purposes.
    
    Signed-off-by: Fabio Falzoi <fabio.falzoi@isovalent.com>
    pippolo84 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7824047 View commit details
    Browse the repository at this point in the history