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

Support passing headers to download if Bazel supports it #598

Commits on May 29, 2024

  1. Support passing headers to download if Bazel supports it

    Rather than falling back to curl let's actually pass the headers to the
    native Bazel downloader if we're running a version of Bazel that
    supports them (i.e. >= 7.1.0). I had to bring the `bazel_features` repo
    to detect this.
    
    Note that I've kept support for curl rather than introducing the
    breaking change (as bazel-contrib#562 discusses) so that we can start taking
    advantage of it without breaking for people still on older versions of
    Bazel.
    ddeville committed May 29, 2024
    Configuration menu
    Copy the full SHA
    84680c3 View commit details
    Browse the repository at this point in the history