Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Docker build environment
2018-08-04, 21:08
Post: #4
RE: Docker build environment
All I'm talking about is how to modify the make cmd line
See http://ipxe.org/appnote/buildtargets for different buildtargets - for example they are need for supporting usb nics with ecm--ncm--axge as one example.
make everything just in most cases just slow without benefit - since you most likely only want one or 2 binaries in the same build

yes EMBED= for scripts

DEBUG= as seen at http://ipxe.org/download#debug_builds

another tip, use make -j4 or even make -j8 for parallel builds which considerably speeds up things.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Docker build environment - Madic - 2018-08-02, 22:01
RE: Docker build environment - NiKiZe - 2018-08-04, 19:23
RE: Docker build environment - Madic - 2018-08-04, 20:53
RE: Docker build environment - NiKiZe - 2018-08-04 21:08
RE: Docker build environment - Madic - 2018-08-05, 00:44



User(s) browsing this thread: 1 Guest(s)