From: Guido Draheim Date: Mon, 4 Jan 2021 03:54:39 +0000 (+0100) Subject: as we have python3-wheel for the azure test, we can just as well enable sdl2 as both... X-Git-Tag: v0.13.72~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7283c892297487cd987d382bb3fb56140bc2a00a;p=zziplib as we have python3-wheel for the azure test, we can just as well enable sdl2 as both are in Ubuntu/Universe --- diff --git a/testbuilds.py b/testbuilds.py index 39e553e..d89984d 100755 --- a/testbuilds.py +++ b/testbuilds.py @@ -1022,7 +1022,7 @@ class ZZiplibBuildTest(unittest.TestCase): testname=self.testname() testdir = self.testdir() dockerfile="testbuilds/ubuntu16-azure.dockerfile" - addhosts = self.local_addhosts(dockerfile) + addhosts = self.local_addhosts(dockerfile, "--universe") savename = docname(dockerfile) saveto = SAVETO images = IMAGES diff --git a/testbuilds/ubuntu16-azure.dockerfile b/testbuilds/ubuntu16-azure.dockerfile index 9f92be6..ed5c399 100644 --- a/testbuilds/ubuntu16-azure.dockerfile +++ b/testbuilds/ubuntu16-azure.dockerfile @@ -5,7 +5,7 @@ ARG no_install=false RUN apt-get update RUN apt-get install -y gcc zlib1g-dev python3 cmake zip gzip tar pkg-config RUN apt-get install -y unzip -# RUN apt-get install -y libsdl2-dev +RUN apt-get install -y libsdl2-dev RUN apt-get install -y --fix-broken --ignore-missing python3-wheel || true RUN apt-get install -y --fix-broken --ignore-missing python3-pip || true RUN pip3 install unittest-xml-reporting