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

Vendor prost locally #1199

Merged
merged 2 commits into from
Jun 26, 2020
Merged

Vendor prost locally #1199

merged 2 commits into from
Jun 26, 2020

Commits on Jun 26, 2020

  1. Add pristine local copy of prost

    Taken from https://github.com/danburkert/prost as of commit 802562779979
    ("prost-build: fix compilation error when using --no-default-features"),
    with the exception of the prost-build/third-party subdirectory (which
    contains an unneeded copy of the protobuf distribution).
    daviddrysdale committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    b303c34 View commit details
    Browse the repository at this point in the history
  2. scripts: add script to update & patch local prost

    The scripts/vendor_prost.sh script updates the local copy of prost
    to the version included in it, applying our local patches.
    
    Also check in a fixed Cargo.lock for prost.
    daviddrysdale committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    470dbc3 View commit details
    Browse the repository at this point in the history