File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 if : startsWith(matrix.image, 'ubuntu') || startsWith(matrix.image, 'debian')
3535 run : |
3636 apt-get update
37- apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev
37+ apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev libssl-dev
3838 apt-get -y install python3-docutils zlib1g-dev pkg-config
3939 apt-get -y install librdkafka-dev
4040 env :
6969 - name : Install dependencies for libfds and IPFIXcol2 (Rocky Linux, Oracle Linux)
7070 if : contains(matrix.image, 'rockylinux') || contains(matrix.image, 'oraclelinux')
7171 run : |
72- yum -y install git gcc gcc-c++ cmake make libxml2-devel lz4-devel libzstd-devel
72+ yum -y install git gcc gcc-c++ cmake make libxml2-devel lz4-devel libzstd-devel openssl-devel
7373 yum -y install zlib-devel pkgconfig librdkafka-devel
7474 yum -y install python3-docutils || yum -y install python-docutils
7575
You can’t perform that action at this time.
0 commit comments