We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Right now I get:
docker exec -it dazel printenv PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=e8a036c516a4 BAZEL_VERSION=0.6.1 HOME=/root
I'd like to have this in my checked in tools/bazel.rc:
tools/bazel.rc
build --experimental_repository_cache=$HOME/.cache/bazel/repositories
For that $HOME would need to be mapped into the container via -e https://github.com/nadirizr/dazel/blob/master/dazel.py#L315
Does that make sense? Would you accept such a PR?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now I get:
docker exec -it dazel printenv PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=e8a036c516a4 BAZEL_VERSION=0.6.1 HOME=/root
I'd like to have this in my checked in
tools/bazel.rc
:For that $HOME would need to be mapped into the container via -e
https://github.com/nadirizr/dazel/blob/master/dazel.py#L315
Does that make sense? Would you accept such a PR?
The text was updated successfully, but these errors were encountered: