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 22, 2023
1 parent 41ecb92 commit 042d096
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-rocksdb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "apt-get update"
- name: install RocksDB dependencies
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: "install-shared"
- name: install RocksDB as shared library
run: git clone https://github.com/facebook/rocksdb.git
&& cd rocksdb
&& git checkout $ROCKSDB_VERSION
&& sudo make -j$(nproc) install-shared
- name: "sudo ldconfig"
run: cd rocksdb && sudo ldconfig
&& sudo ldconfig
- name: checkout repo from current commit
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 042d096

Please sign in to comment.