-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: prebuilt librocksdb in docker image (#2318)
- Loading branch information
Showing
7 changed files
with
167 additions
and
76 deletions.
There are no files selected for viewing
This file contains 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 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 | ||
|
@@ -121,5 +121,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 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 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.