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.
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
ci: use prebuilt librocksdb in github actions #2316
ci: use prebuilt librocksdb in github actions #2316
Changes from 25 commits
6e95aa0
ca00d6e
25abfd6
dafc311
9b093df
39eb45c
249f8b5
488a7ae
8ccb067
e608408
eafa040
98f0af6
49ee181
9a57f6f
355e344
0239693
0a73edc
8318995
97bcd47
40e8ad5
9b8e0c2
d3b6c8a
fcd3d6a
169a655
c939f44
dd18c7d
39e9c41
691afb2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider pinning the forked cache action to a specific commit.
Using a fork of
actions/cache
without pinning to a specific commit hash could lead to unexpected behavior if the fork is updated. Consider either:actions/cache@v4
with S3 supportExample: