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

tree-wide: convert rust with git deps to importCargoLock #221716

Merged
merged 9 commits into from
Mar 26, 2023
Merged

tree-wide: convert rust with git deps to importCargoLock #221716

merged 9 commits into from
Mar 26, 2023

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    7130282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c848f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f4c8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37b31d4 View commit details
    Browse the repository at this point in the history
  5. rustPlatform.importCargoLock: follow symlinks when copying tree

    fixes build when git dependencies contain symlinks into parent directory
    
    needed for libdeltachat
    yu-re-ka committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    5ce282e View commit details
    Browse the repository at this point in the history
  6. cjdns: use system libsodium

    yu-re-ka committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    34aef86 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. rustPlatform.fetchCargoTarball: fail on git dependencies

    The reason is that we can not expect the extended logic run on git
    dependencies starting from Cargo 1.68 to be reproducible in future
     versions, and thus the output hash would not be sufficiently stable.
    rust-lang/cargo#11414
    yu-re-ka committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    4329de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a1640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8cbc3c View commit details
    Browse the repository at this point in the history