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

Add BAZEL_BUILD_DIRECTORY option #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 21, 2020

  1. Add BAZEL_BUILD_DIRECTORY option

    It is often useful to limit the Docker build context to a specific
    directory to reduce the number of files sent to the daemon and speed
    up builds.
    
    Add a BAZEL_BUILD_DIRECTORY option to specify the directory to build
    the Docker image in, which does not have to be identical to the
    workspace root.
    karstenpatzwaldt committed May 21, 2020
    Configuration menu
    Copy the full SHA
    c3b0f46 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Use directory as default for build_directory

    For backwards compatibility, default to previous behavior if no build
    directory is specified.
    karstenpatzwaldt committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    24259b0 View commit details
    Browse the repository at this point in the history