Merge remote-tracking branch 'origin/topic/timw/opensuse-ci-fixes'

* origin/topic/timw/opensuse-ci-fixes:
  CI: Install missing packages on opensuse
This commit is contained in:
Tim Wojtulewicz 2023-11-17 09:24:36 -07:00
commit de77b034c2
5 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,7 @@
6.2.0-dev.143 | 2023-11-17 09:24:36 -0700
* CI: Install missing packages on opensuse (Tim Wojtulewicz, Corelight)
6.2.0-dev.141 | 2023-11-17 13:01:19 +0100
* GH-3455: strings.bif/do_split_string: Pass bol and eol to MatchPrefix() (Arne Welzel, Corelight)

View file

@ -1 +1 @@
6.2.0-dev.141
6.2.0-dev.143

View file

@ -19,6 +19,7 @@ RUN zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.4
libopenssl-devel \
libpcap-devel \
make \
openssh \
python39 \
python39-devel \
python39-pip \

View file

@ -19,6 +19,7 @@ RUN zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.5
libopenssl-devel \
libpcap-devel \
make \
openssh \
python311 \
python311-devel \
python311-pip \

View file

@ -10,6 +10,7 @@ RUN zypper modifyrepo --disable repo-openh264 || true
RUN zypper refresh \
&& zypper in -y \
awk \
bison \
ccache \
cmake \
@ -24,9 +25,11 @@ RUN zypper refresh \
libopenssl-devel \
libpcap-devel \
make \
openssh \
python3 \
python3-devel \
python3-pip \
python3-websockets \
swig \
tar \
util-linux \
@ -34,4 +37,4 @@ RUN zypper refresh \
zlib-devel \
&& rm -rf /var/cache/zypp
RUN pip3 install websockets junit2html
RUN pip3 install --break-system-packages junit2html