mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
dev_container: Pass proxy setting
If running behind proxy, need to pass proxy setting for container as well, otherwise can't pull crates properly. So this tries to add 'http_proxy' and 'https_proxy' in environment for container. Change-Id: I897703f571d9fe5bd03b819fc6b13a9e04384e6f Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5232200 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
f85f1a4328
commit
7d57013ab8
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ PODMAN_ARGS = [
|
|||
# Environment variables to pass through to the container if they are specified.
|
||||
ENV_PASSTHROUGH = [
|
||||
"NEXTEST_PROFILE",
|
||||
"http_proxy",
|
||||
"https_proxy",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue