-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: run 'make generate' in release container (#4934)
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>
- Loading branch information
Showing
2 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters