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

chore: add support for caching node_modules within a nested repository #12862

Merged
merged 30 commits into from
Mar 20, 2025

Conversation

TomAFrench
Copy link
Member

@TomAFrench TomAFrench commented Mar 18, 2025

This PR removes a hack added in #12760

This fixes an issue where we were querying the root git repository for hashes for files which are only tracked in the noir/noir-repo repository. We now set the REPO_PATH env variable so that we run git ls-tree on the correct repository.

@TomAFrench TomAFrench requested a review from charlielye as a code owner March 18, 2025 21:52
@TomAFrench TomAFrench changed the title chore: remove hack added to push through noir sync chore: add support for caching node_modules within a nested repository Mar 19, 2025
@TomAFrench TomAFrench changed the title chore: add support for caching node_modules within a nested repository chore: add support for caching node_modules within a nested repository Mar 19, 2025
@TomAFrench TomAFrench requested a review from ludamad March 19, 2025 11:04
@TomAFrench TomAFrench enabled auto-merge (squash) March 19, 2025 11:09
@TomAFrench TomAFrench requested a review from charlielye March 19, 2025 19:17
@TomAFrench TomAFrench disabled auto-merge March 20, 2025 14:22
Copy link
Contributor

@charlielye charlielye left a comment

Choose a reason for hiding this comment

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

Looks good. If works LGTM.

@TomAFrench TomAFrench enabled auto-merge (squash) March 20, 2025 15:00
@TomAFrench TomAFrench merged commit 16232c8 into master Mar 20, 2025
7 checks passed
@TomAFrench TomAFrench deleted the tf/remove-hack branch March 20, 2025 15:20
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.

2 participants