Commit d3757806 authored by Pavel Vainerman's avatar Pavel Vainerman

[github]: fixed build for codeql-analysis

parent 7871ffd2
......@@ -47,7 +47,7 @@ jobs:
- name: install packages
run: |
sudo apt-get install libcomedi-dev libpoco-dev libmysqlclient-dev libomniorb4-dev \
libev-dev omniidl xsltproc libpqxx3-dev librrd-dev libsigc++-2.0-dev \
libev-dev omniidl xsltproc librrd-dev libsigc++-2.0-dev \
libsqlite3-dev python-dev libmosquittopp-dev libpoco-dev swig
wget https://github.com/catchorg/Catch2/releases/download/v1.11.0/catch.hpp -O include/catch.hpp
......@@ -57,7 +57,7 @@ jobs:
# due broken comedi
export CXXFLAGS="$CXXFLAGS -Wl,--unresolved-symbols=ignore-in-shared-libs"
autoreconf -fiv
./configure --disable-python --disable-netdata
./configure --disable-python --disable-netdata --disable-pgsql
make
- name: Perform CodeQL Analysis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment