]> granicus.if.org Git - zziplib/commitdiff
as we have python3-wheel for the azure test, we can just as well enable sdl2 as both...
authorGuido Draheim <guidod@gmx.de>
Mon, 4 Jan 2021 03:54:39 +0000 (04:54 +0100)
committerGuido Draheim <guidod@gmx.de>
Mon, 4 Jan 2021 03:54:39 +0000 (04:54 +0100)
testbuilds.py
testbuilds/ubuntu16-azure.dockerfile

index 39e553e84c3d745a0f7bc70d70691eac8aeeb188..d89984d3d5fc35e086021a50c3f594805818de1e 100755 (executable)
@@ -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
index 9f92be60415f3111c52dfed3e699576fe530eac7..ed5c399718b020e2cfe2d0014566f87a76aa97cb 100644 (file)
@@ -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