Skip to content

Conversation

sambacha
Copy link
Contributor

Fixes #7925

This is needed to ensure that we have computed the trailing checksum for the index.
index.skipHash=true speeds up index writes by not computing a trailing checksum1.
This is a result of having features.manyFiles enabled and cargo computing this for fingerprint2.

Confirmed on macos-arm64 ea2eff95b@master


Footnotes

  1. see https://git-scm.com/docs/git-config#Documentation/git-config.txt-featuremanyFiles

  2. see https://doc.rust-lang.org/nightly/nightly-rustc/cargo/core/compiler/fingerprint/index.html

Copy link
Member

@DaniPopes DaniPopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@DaniPopes DaniPopes merged commit f9cbe69 into foundry-rs:master Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build arm docker image
2 participants