File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3030 apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev
3131 apt-get -y install python3-docutils zlib1g-dev pkg-config
3232 apt-get -y install librdkafka-dev
33+ env :
34+ DEBIAN_FRONTEND : noninteractive
3335 - name : Enable additional repositories (CentOS 8)
3436 if : startsWith(matrix.image, 'centos:8')
3537 run : |
Original file line number Diff line number Diff line change 3737 apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev
3838 apt-get -y install python3-docutils zlib1g-dev pkg-config librdkafka-dev
3939 apt-get -y install debhelper devscripts build-essential fakeroot zip
40+ env :
41+ DEBIAN_FRONTEND : noninteractive
4042
4143 # Build LIBFDS DEB package ---------------------------------------------------------------
4244 - name : Checkout libfds library - master branch
You can’t perform that action at this time.
0 commit comments