File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ from common.meson import (
5050)
5151from common .software import Project
5252
53- WINDOWS_API_VERS = (7 ,)
54- LINUX_API_VERS = (6 ,)
53+ WINDOWS_API_VERS = (7 , 8 )
54+ LINUX_API_VERS = (6 , 7 )
5555# we have a higher minimum than the underlying meson.build
5656MESON_MIN_VER = (1 , 5 , 0 )
5757
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM quay.io/almalinuxorg/almalinux:8
33# NOTE: try to keep the current container image compatible with the latest
44# stable source release, so people can conveniently build from the source
55# tarball
6- RUN touch /etc/openslide-linux-builder-v{5,6}
6+ RUN touch /etc/openslide-linux-builder-v7
77RUN dnf -y upgrade && \
88 dnf -y install 'dnf-command(config-manager)' epel-release && \
99 dnf config-manager --set-enabled powertools && \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM docker.io/gentoo/stage3:latest
22# NOTE: try to keep the current container image compatible with the latest
33# stable source release, so people can conveniently build from the source
44# tarball
5- RUN touch /etc/openslide-winbuild-builder-v{6,7}
5+ RUN touch /etc/openslide-winbuild-builder-v8
66RUN echo 'FEATURES="-sandbox -usersandbox -ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf
77COPY package.accept_keywords /etc/portage/package.accept_keywords/openslide
88COPY package.use /etc/portage/package.use/openslide
You can’t perform that action at this time.
0 commit comments