[master] 40f262ec0 coverity: Install build dependencies

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jan 31 09:21:06 UTC 2022


commit 40f262ec0684581ac4fa2e65767d34e727e80cf7
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jan 31 10:20:15 2022 +0100

    coverity: Install build dependencies

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index d3bf6c5bf..1958fe02a 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -9,6 +9,21 @@ jobs:
   coverity:
     runs-on: ubuntu-latest
     steps:
+    - run: |
+      sudo apt-get install -y \
+	    autoconf \
+	    automake \
+	    build-essential \
+	    ca-certificates \
+	    cpio \
+	    libedit-dev \
+	    libjemalloc-dev \
+	    libncurses-dev \
+	    libpcre2-dev \
+	    libtool \
+	    libunwind-dev \
+	    pkg-config \
+	    python3-sphinx
     - uses: actions/checkout at v2
     - run: ./autogen.sh
     - run: ./configure --with-persistent-storage


More information about the varnish-commit mailing list