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

[20.03] build-bazel-package: switch hash mode to “flat” #87324

Closed

Commits on May 9, 2020

  1. build-bazel-package: switch hash mode to “flat”

    flat hashes can be substituted through hashed-mirrors, while recursive
    hashes can’t. This is especially important for Bazel since the bazel
    fetch dependencies can come from multiple different methods (git,
    http, ftp, etc.). To do this, we create tar archives from the
    output/external directory, which is then extracted to build. All of
    the Bazel hashes are all updated.
    
    Cherry-picked from 9b8ed3b
    matthewbauer committed May 9, 2020
    Configuration menu
    Copy the full SHA
    9ccdc58 View commit details
    Browse the repository at this point in the history