-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Allow build image with local changes for debug purpose #247
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ DOCKER_BUILD = docker build --no-cache \ | |
-f slave.mk \ | ||
PLATFORM=$(PLATFORM) \ | ||
SKU=$(SKU) \ | ||
DEBUG_BUILD=$(DEBUG_BUILD) \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you add this into rules/config? #Resolved There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. don't quite get you. In default we are having this option off now. That should be the correct default behavior right? In reply to: 99479772 [](ancestors = 99479772) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. in the rules/config file, and a build option by default, we do not enable debug_build. You can also change it to DEBUG_BUILD=y #Resolved |
||
$@ | ||
|
||
sonic-slave-build : | ||
|
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.
one more space #Resolved