Skip to content

Commit

Permalink
Updating ci-rocksdb-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 21, 2023
1 parent 750082e commit 95ee127
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-rocksdb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "TODO"
- name: "apt-get update"
run: sudo apt-get update
&& sudo apt-get install -y git make gcc libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev liblz4-dev libzstd-dev
- name: "TODO"
- name: "install-shared"
run: git clone https://github.com/facebook/rocksdb.git
&& cd rocksdb
&& git checkout $ROCKSDB_VERSION
&& make -j$(nproc) install-shared
&& ldconfig
- name: "ldconfig"
run: cd rocksdb && ldconfig
- name: checkout repo from current commit
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 95ee127

Please sign in to comment.