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]: support specifying builder mount point and workdir #2214

Merged
merged 1 commit into from
Nov 5, 2018

Commits on Nov 2, 2018

  1. [build]: support specifying builder mount point and workdir

    This can be used when sonic-buildimage repo is a git submodule of other
    repo.
    
    e.g) if sonic-buildimage is a git submodule of "parent" repo and
    sonic-buildimage is just under the top directory of "parent" repo, we
    can build sonic-buildimage like below
    
    $ cd parent/sonic-buildimage
    $ DOCKER_BUILDER_MOUNT=`realpath ../`:`realpath ../` \
      DOCKER_BUILDER_WORKDIR=`pwd` make all
    
    Signed-off-by: Wataru Ishida <[email protected]>
    Wataru Ishida committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    17f1f38 View commit details
    Browse the repository at this point in the history