Upgrade dependencies and build config#2205
Upgrade dependencies and build config#2205rejuvenile wants to merge 1 commit intoTraceMachina:mainfrom
Conversation
Update tonic, prost, and other dependencies to latest versions. Regenerate protobuf bindings. Add aws-lc-rs and rayon support to digest hasher. Update BUILD.bazel files for LRE toolchain. Co-Authored-By: Claude <noreply@anthropic.com>
The commit appears to have been done with the email |
| rustls-pki-types = { version = "1.13.1", features = [ | ||
| "std", | ||
| ], default-features = false } | ||
| socket2 = { version = "0.5.10", default-features = false } |
There was a problem hiding this comment.
The items in here don't really have anything to do with the upgrades and should be fished out as a separate commit/PR
There was a problem hiding this comment.
Were these changes made by just editing, or by regenerating with bazel run nativelink-proto:update_protos? We'll find out either way TBH once the tests are running
| lock.publish(kind, field_metadata) | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
These should all be reset, as these changes shouldn't be there
| [profile.release] | ||
| lto = true | ||
| lto = "thin" | ||
| codegen-units = 16 |
There was a problem hiding this comment.
This isn't a upgrade, it's a change. Has this been tested to see if it improves things?
fff4b11 to
1f8c2fe
Compare
Summary
Test plan
cargo checkpasses🤖 Generated with Claude Code
This change is