Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Sep 23, 2023
1 parent 1f446b2 commit 631e782
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Release
on: workflow_dispatch

env:
FPM_OPTS: -s dir --prefix '/usr' -n kvrocks --verbose -a native \
--config-files /usr/share/kvrocks/kvrocks.conf \
--description 'A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol' \
--url 'https://kvrocks.apache.org' --license 'Apache-2.0'
FPM_OPTS: >-
-s dir --prefix '/usr' -n kvrocks --verbose -a native
--config-files /usr/share/kvrocks/kvrocks.conf
--description 'A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol'
--url 'https://kvrocks.apache.org' --license 'Apache-2.0'
jobs:
release-packages:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Build
run: |
git clone -b v{{ env.VERSION }} https://github.com/apache/kvrocks
git clone -b v$VERSION https://github.com/apache/kvrocks
cd kvrocks
./x.py build -DPORTABLE=1 -DCMAKE_BUILD_TYPE=Release -j $(nproc)
Expand Down

0 comments on commit 631e782

Please sign in to comment.