Pushed under the Dockerfile update rule.
Andrea Bolognani (2):
Update openSUSE Leap 15.1 to install Meson from pip
Add openSUSE Leap 15.1 Dockerfile for libosinfo
buildenv-libosinfo-opensuse-151.zip | Bin 0 -> 570 bytes
buildenv-libvirt-opensuse-151.zip | Bin 761 -> 785 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 buildenv-libosinfo-opensuse-151.zip
--
2.24.1
Show replies by date
The corresponding libvirt-jenkins-ci commit is 732952acd532.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
buildenv-libvirt-opensuse-151.zip | Bin 761 -> 785 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/buildenv-libvirt-opensuse-151.zip b/buildenv-libvirt-opensuse-151.zip
index 701149f..1a835c5 100644
--- a/buildenv-libvirt-opensuse-151.zip
+++ b/buildenv-libvirt-opensuse-151.zip
@@ -59,7 +59,6 @@ RUN zypper update -y && \
lsof \
lvm2 \
make \
- meson \
ncurses-devel \
net-tools \
nfs-utils \
@@ -75,6 +74,7 @@ RUN zypper update -y && \
python3 \
python3-docutils \
python3-flake8 \
+ python3-pip \
python3-setuptools \
qemu-tools \
radvd \
@@ -93,4 +93,7 @@ RUN zypper update -y && \
xfsprogs-devel && \
zypper clean --all
+RUN pip3 install \
+ meson==0.49.0
+
ENV LANG "en_US.UTF-8"
--
2.24.1
The corresponding libvirt-jenkins-ci commit is c83eda1bc92d.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
buildenv-libosinfo-opensuse-151.zip | Bin 0 -> 570 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 buildenv-libosinfo-opensuse-151.zip
diff --git a/buildenv-libosinfo-opensuse-151.zip b/buildenv-libosinfo-opensuse-151.zip
new file mode 100644
index 0000000..689344b
--- /dev/null
+++ b/buildenv-libosinfo-opensuse-151.zip
@@ -0,0 +1,57 @@
+FROM opensuse/leap:15.1
+
+RUN zypper update -y && \
+ zypper install -y \
+ autoconf \
+ automake \
+ bash \
+ bash-completion \
+ ca-certificates \
+ ccache \
+ check-devel \
+ chrony \
+ cppi \
+ gcc \
+ gdb \
+ gettext \
+ gettext-devel \
+ git \
+ glib2-devel \
+ glibc-devel \
+ glibc-locale \
+ gobject-introspection-devel \
+ gtk-doc \
+ hwdata \
+ intltool \
+ json-glib-devel \
+ libarchive-devel \
+ libsoup-devel \
+ libtool \
+ libxml2 \
+ libxml2-devel \
+ libxslt-devel \
+ lsof \
+ make \
+ net-tools \
+ ninja \
+ patch \
+ perl \
+ pkgconfig \
+ python3 \
+ python3-lxml \
+ python3-pip \
+ python3-pytest \
+ python3-requests \
+ python3-setuptools \
+ rpm-build \
+ screen \
+ strace \
+ sudo \
+ vala \
+ vim && \
+ zypper clean --all
+
+RUN pip3 install \
+ meson==0.49.0
+
+ENV LANG "en_US.UTF-8"
--
2.24.1