-
Notifications
You must be signed in to change notification settings - Fork 161
[master] Remove image-based build (for docker engine activate) #411
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
Conversation
7f8aefb to
19b81f9
Compare
| sh("git -C engine checkout $branch") | ||
| sh('make -C deb VERSION=0.0.1-dev ENGINE_DIR=$(pwd)/engine CLI_DIR=$(pwd)/cli ubuntu-xenial') | ||
| } finally { | ||
| sh('make ENGINE_DIR=$(pwd)/engine clean-engine') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't sure if we needed this, but only the image-based build ran clean-engine. Perhaps we should call make -C deb ... clean here as well?
Signed-off-by: Sebastiaan van Stijn <[email protected]>
19b81f9 to
5b8545f
Compare
seemethere
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good riddance
|
ping @zelahi @andrewhsu @tiborvass PTAL |
|
ping @zelahi @andrewhsu @tiborvass @silvin-lubecki PTAL |
silvin-lubecki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
StefanScherer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
|
bringing this one in to unblock other PRs |
related to docker/cli#2207
related to #416
closes #417