-
Couldn't load subscription status.
- Fork 44
ci: prebuilt librocksdb in docker image #2318
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
8fba694
ci: prebuild librocksdb in docker image
lklimek e056b9f
chore: fix dockerfile build logic
lklimek 714d999
chore: move test image build to gh runners
lklimek 35de1fa
chore: don't run build-rust-deps when not needed
lklimek c8871b5
chore: update rust-decimal to trigger workflow
lklimek efe95f0
chore: update rocsdb in drive-abci
lklimek cb28ec2
chore(dpp): fix some linter warn to trigger ci
lklimek 242836c
chore: fix Dockerfile according to coderabbitai feedback
lklimek a8119ad
refactor(Dockerfile): put env vars into /root/env file that is copied…
lklimek d7c3342
build: update sccache in gha
lklimek ccd8426
chore: fix sccache
lklimek 886a93d
chore: sccache not working correctly
lklimek 6c98a9e
fix: build fails for some reason
lklimek 5afd8fb
chore: minor cleanup
lklimek 38f94fe
chore: sime fixes + install snappy
lklimek ecabc9e
chore: fix
lklimek 07a0c46
chore: clang
lklimek bf2161c
chore: minor fixes
lklimek 6740cb5
build: install snappy lib
lklimek 939befa
Merge remote-tracking branch 'origin/v1.6-dev' into build/prebuild-ro…
lklimek 19dc0f1
chore: self-review and some docs
lklimek 54792fd
chore: replace /root/env with /etc/profile
lklimek c1abdb0
chore: revert some cargo.toml changes that are out of scope
lklimek f491026
chore: fix snappy in ubuntu x86-64
lklimek 650103f
Revert "chore: replace /root/env with /etc/profile"
lklimek 58ac034
build: move to github-hosted runners
lklimek cd55eaa
feat(Dockerfile): on amd64,. build rocksdb optimized for haswell cpu
lklimek 9ec5437
Revert "build: move to github-hosted runners"
lklimek a1156e0
Merge remote-tracking branch 'origin/v1.6-dev' into build/prebuild-ro…
lklimek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -85,9 +85,9 @@ runs: | |
| export PATH="${PATH}:${HOME}/.local/bin" | ||
|
|
||
| - name: Run sccache-cache | ||
| uses: mozilla-actions/[email protected].3 | ||
| uses: mozilla-actions/[email protected].6 | ||
| with: | ||
| version: "v0.7.1" # Must be the same as in Dockerfile | ||
| version: "v0.8.2" # Must be the same as in Dockerfile | ||
| if: inputs.cache == 'true' | ||
|
|
||
| - name: Hash ref_name | ||
|
|
@@ -117,5 +117,6 @@ runs: | |
| if: runner.os == 'Linux' | ||
| run: | | ||
| sudo apt update -qq | ||
| sudo apt install -qq --yes clang llvm | ||
| # snappy is required by rust rocksdb | ||
| sudo apt install -qq --yes clang llvm libsnappy-dev | ||
| sudo update-alternatives --set cc /usr/bin/clang | ||
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
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.