mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
de77b034c2
5 changed files with 11 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.2.0-dev.141
|
||||
6.2.0-dev.143
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue