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: Pass proxy environment variables through to docker containers. #871

Merged
merged 1 commit into from
Mar 26, 2020

Commits on Mar 26, 2020

  1. build: Pass proxy environment variables through to docker containers.

    When building behind a proxy, build via 'cargo make' worked up to
    the point of 'running Task: fetch-vendored' where it hung.
    
    The reason was because necessary proxy environment variables
    were not passed into the docker container's environment.
    
    The fix here is to add these variables to the environment of the
    docker container if they are set outside the container:
      http_proxy, https_proxy, no_proxy
    smoser committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    47d34bf View commit details
    Browse the repository at this point in the history