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 publishing with a dependency on a sparse registry #11268

Merged
merged 1 commit into from
Oct 22, 2022

Conversation

arlosi
Copy link
Contributor

@arlosi arlosi commented Oct 21, 2022

What does this PR try to resolve?

On publishing, the registry_index field was being set to the registry URL without the sparse+ prefix. During the verification build, Cargo would attempt to fetch the registry as a git registry. Caused by #11209.

Fixes #11263.

How should we test and review this PR?

Added a test that fails without the change.

@rust-highfive
Copy link

r? @ehuss

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 21, 2022
@ehuss
Copy link
Contributor

ehuss commented Oct 22, 2022

Thanks!

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 22, 2022

📌 Commit 49fb8f3 has been approved by ehuss

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 22, 2022
@bors
Copy link
Collaborator

bors commented Oct 22, 2022

⌛ Testing commit 49fb8f3 with merge 174ec74...

@bors
Copy link
Collaborator

bors commented Oct 22, 2022

☀️ Test successful - checks-actions
Approved by: ehuss
Pushing 174ec74 to master...

@bors bors merged commit 174ec74 into rust-lang:master Oct 22, 2022
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Oct 22, 2022
5 commits in 3ff044334f0567ce1481c78603aeee7211b91623..071eeaf210708219a5a1b2c4728ca2f97df7f2ae
2022-10-17 20:25:00 +0000 to 2022-10-22 01:17:55 +0000

- fix: Remove leading newline in vendor output (rust-lang/cargo#11273)
- Fix publishing with a dependency on a sparse registry (rust-lang/cargo#11268)
- Add missing edition (rust-lang/cargo#11265)
- fix(publish): Check remote git registry more than once post-publish (rust-lang/cargo#11255)
- Fix typo (rust-lang/cargo#11258)
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 22, 2022
Update cargo

5 commits in 3ff044334f0567ce1481c78603aeee7211b91623..071eeaf210708219a5a1b2c4728ca2f97df7f2ae 2022-10-17 20:25:00 +0000 to 2022-10-22 01:17:55 +0000

- fix: Remove leading newline in vendor output (rust-lang/cargo#11273)
- Fix publishing with a dependency on a sparse registry (rust-lang/cargo#11268)
- Add missing edition (rust-lang/cargo#11265)
- fix(publish): Check remote git registry more than once post-publish (rust-lang/cargo#11255)
- Fix typo (rust-lang/cargo#11258)

r? `@ghost`
@ehuss ehuss added this to the 1.66.0 milestone Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo publish -Z sparse-registry going to git api when crate contains a dependency
4 participants