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

Fix monorepo bug wrt location of generated manifest #1684

Merged
merged 4 commits into from
May 30, 2024

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented May 23, 2024

When deploying crates, to avoid confusion, we replace the packaged manifest (if any) with the one from the index, which is the one used anyway. For monorepos, the replacement was placed at the repo root instead of at the crate location.

When deploying crates, to avoid confusion, we replace the packaged manifest (if
any) with the one from the index, which is the one used anyway. For monorepos,
the replacement was placed at the repo root instead of at the crate location.
@mosteo mosteo marked this pull request as ready for review May 24, 2024 09:50
@mosteo mosteo added this to the 2.0.2 milestone May 24, 2024
@mosteo mosteo merged commit 119e690 into alire-project:master May 30, 2024
22 checks passed
mosteo added a commit that referenced this pull request May 30, 2024
* Fix monorepo bug wrt location of generated manifest

When deploying crates, to avoid confusion, we replace the packaged manifest (if
any) with the one from the index, which is the one used anyway. For monorepos,
the replacement was placed at the repo root instead of at the crate location.

* Use macOS 12 to avoid linking problems

* Self-review
@mosteo mosteo deleted the fix/monorepo-auth-files branch May 30, 2024 11:15
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.

None yet

2 participants