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

build: run 'make generate' in release container #4934

Commits on Jul 25, 2022

  1. build: run 'make generate' in release container

    This replaces the docker image so that we get one that has all of these
    commands available: make, git, go, python2 and perl.
    
    We can now run `make generate` in the steps used to generate the release patch,
    so the release patch contains the builtin_metadata.json changes.
    
    Before, we had been running `make generate` in the working directory, and
    copied the file into the container's workdir; but that left the working
    directory modified, and hindered patch application before cleaning up.
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bdf818e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc834c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    ece3e35 View commit details
    Browse the repository at this point in the history