[4/9] feat: upgrade opendal + add Vercel Artifacts cache backend#3
Open
mmastrac wants to merge 2 commits intovercel/rust-basedirsfrom
Open
[4/9] feat: upgrade opendal + add Vercel Artifacts cache backend#3mmastrac wants to merge 2 commits intovercel/rust-basedirsfrom
mmastrac wants to merge 2 commits intovercel/rust-basedirsfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
523a520 to
daedab4
Compare
ab2ea60 to
098874e
Compare
daedab4 to
adeb701
Compare
098874e to
207b92c
Compare
af3b21e to
c8f18e9
Compare
adeb701 to
1474f4d
Compare
c8f18e9 to
d0fc366
Compare
ceaf44f to
a1ea5d5
Compare
b45d4e0 to
75c3cdf
Compare
75c3cdf to
d8408b1
Compare
b8ee6b2 to
3f6f57a
Compare
88634f2 to
141d34f
Compare
3f6f57a to
b1f2c15
Compare
3b94df1 to
5d56579
Compare
5d56579 to
fef9b95
Compare
3031523 to
9bd1db6
Compare
fef9b95 to
0404395
Compare
SCCACHE_BASEDIRS now normalizes cwd, CARGO_MANIFEST_DIR, CARGO_WORKSPACE_DIR, and dep-info env var values in the Rust compiler's hash key computation. This enables cache hits when the same crate is compiled from different absolute paths on different machines (e.g., CI runners with different checkout dirs). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Upgrades opendal to mmastrac/opendal vercel_opts branch via [patch.crates-io], which tracks apache/opendal main plus additional Vercel Artifacts builder methods (endpoint, team_id, team_slug) from apache/opendal#7334. Adds layers-logging feature to retain LoggingLayer after upstream split. Adds aws-lc-sys with prebuilt-nasm and bindgen features to avoid nasm/bindgen build requirements in CI cross-compilation. Adds Vercel Artifacts cache backend configured via: - SCCACHE_VERCEL_ARTIFACTS_TOKEN (required) - SCCACHE_VERCEL_ARTIFACTS_ENDPOINT (optional) - SCCACHE_VERCEL_ARTIFACTS_TEAM_ID (optional) - SCCACHE_VERCEL_ARTIFACTS_TEAM_SLUG (optional) Upstream: apache/opendal#7334 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9bd1db6 to
2049b88
Compare
0404395 to
4838c6d
Compare
97e9f34 to
8c030d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[patch.crates-io](feat(services/vercel): Add additional options to Vercel cache backend apache/opendal#7334)layers-loggingfeature to retain LoggingLayer after upstream crate splitaws-lc-syswithprebuilt-nasmfeature to avoid NASM build requirement on WindowsSCCACHE_VERCEL_ARTIFACTS_TOKEN(required)SCCACHE_VERCEL_ARTIFACTS_ENDPOINT(optional)SCCACHE_VERCEL_ARTIFACTS_TEAM_ID(optional)SCCACHE_VERCEL_ARTIFACTS_TEAM_SLUG(optional)disk,vercel_artifacts)Stack: 3/6
Upstream: apache/opendal#7334