Skip to content

Commit

Permalink
Merge pull request #614 from cole-miller/coverity-fix
Browse files Browse the repository at this point in the history
Use --enable-build-raft for Coverity
  • Loading branch information
cole-miller authored Mar 1, 2024
2 parents 645e618 + a176d1d commit 3685551
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:

- name: Install dependencies
run: |
sudo add-apt-repository -y ppa:dqlite/dev
sudo apt-get update -qq
sudo apt-get install -qq gcc libsqlite3-dev liblz4-dev libuv1-dev libraft-dev
sudo apt-get install -qq gcc libsqlite3-dev liblz4-dev libuv1-dev
- name: Run coverity
run: |
Expand All @@ -33,7 +32,7 @@ jobs:
autoreconf -i
mkdir build
cd build
../configure
../configure --enable-build-raft
# Build
cov-build --dir cov-int make -j4
Expand Down

0 comments on commit 3685551

Please sign in to comment.