From 68592ebc6282fd025723fd423e6bf9cf353c66b2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 18 May 2019 10:11:30 -0700 Subject: [PATCH] Travis: use version 0.9 of the MXE build container Signed-off-by: Dirk Hohndel --- scripts/windows-container/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows-container/before_install.sh b/scripts/windows-container/before_install.sh index b0d0e5f13..85c61f392 100644 --- a/scripts/windows-container/before_install.sh +++ b/scripts/windows-container/before_install.sh @@ -34,7 +34,7 @@ cd ${TRAVIS_BUILD_DIR}/.. mkdir -p win32 # start the container and keep it running -docker run -v $PWD/win32:/win/win32 -v $PWD/subsurface:/win/subsurface --name=builder -w /win -d dirkhh/mxe-build-container:0.6 /bin/sleep 60m +docker run -v $PWD/win32:/win/win32 -v $PWD/subsurface:/win/subsurface --name=builder -w /win -d dirkhh/mxe-build-container:0.9 /bin/sleep 60m # for some reason this package was installed but still isn't there? # hmmmm. The container doesn't seem to have libtool installed