-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Update cargo #106330
Update cargo #106330
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
@ehuss, please help review this update. I am not quite sure the change of |
Hm, that's unfortunate. I'm wondering if it would be a good idea to filter out wasm32 from the permitted list? WDYT? I hacked up a solution here: ehuss@a9ec95b That commit also fixes a bug where it was not removing some extra entries from the permitted list. I'd like to rope in @Mark-Simulacrum to see if you think it would be reasonable to filter out wasm32 from the tidy permitted dependency list for rustc and cranelift? The idea is to keep the list cleaner by removing dependencies that would never actually be used in rustc. |
That looks neat to me! If we need more discussions on a proper fix, should we not block this PR and proceed? |
That's fair. I'll go ahead and approve this, and then follow up with a PR with my proposed change to keep the tidy list tidier. @bors r+ p=1 rollup=never |
📌 Commit 323938c34f99801bcd3577e8c8a5816c3b73f9f7 has been approved by It is now in the queue for this repository. |
Looks like some issue with bors, it didn't actually get into the queue. |
⌛ Testing commit 323938c34f99801bcd3577e8c8a5816c3b73f9f7 with merge 6bf7396ed651febcd9e89831eebe23f8e560142d... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Ohh no. Now we need to force everybody to enable features |
Not nice. Why not disable this features in newly introduced dependency (or pr/ask maintainer to do that)? |
Enabling |
323938c
to
ed6dcaa
Compare
8 commits in 2381cbdb4e9b07090f552d34a44a529b6e620e44..8c460b2237a6359a7e3335890db8da049bdd62fc 2022-12-23 12:19:27 +0000 to 2023-01-04 14:30:01 +0000 - test: revive nightly plugin tests to work (rust-lang/cargo#11534) - Add note to release notes about rejecting multiple registries. (rust-lang/cargo#11531) - Fix a typo `fresheness` -> `freshness` (rust-lang/cargo#11529) - Reasons for rebuilding (rust-lang/cargo#11407) - Asymmetric tokens (rust-lang/cargo#10771) - Use proper git URL for GitHub repos (rust-lang/cargo#11517) - Add `registry.default` example (rust-lang/cargo#11516) - Support vendoring with different revs from same git repo (rust-lang/cargo#10690) Also update license exceptions and permitted dependencies for new cargo dependency "pasetors". A new dependency `getrandom` is added into `rustc-workspace-hacks`, since it requires feature `js`.
ed6dcaa
to
6306fd3
Compare
Enabled that with a rebase. Will merge it now. @bors r+ p=1 rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (659e169): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
8 commits in 2381cbdb4e9b07090f552d34a44a529b6e620e44..8c460b2237a6359a7e3335890db8da049bdd62fc
2022-12-23 12:19:27 +0000 to 2023-01-04 14:30:01 +0000
fresheness
->freshness
(Fix a typofresheness
->freshness
cargo#11529)registry.default
example (Addregistry.default
example cargo#11516)Also update license exceptions and permitted dependencies
for new cargo dependency "pasetors".
A new dependency
getrandom
is added intorustc-workspace-hacks
,since it requires feature
js
.r? @ghost