commit 6efef47012a07688c749135d2bdbaa9b781e6f8a
parent 7a1f2c91b8198c8e3eb2b30057a44b8cf44738c6
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 12 Aug 2018 18:16:11 -0400
upgrade the archlinux image before building on appveyor
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
@@ -16,7 +16,7 @@ for:
- docker run --name arch --rm --privileged -tidv `pwd`:/build -w /build
-e CURLSO=:libcurl.so.3 archlinux/base
- docker exec arch
- pacman -Sy --noconfirm boost catch2 gcc git libcurl-compat php tup wget
+ pacman -Syu --noconfirm boost catch2 gcc git libcurl-compat php tup wget
- if [[ "$PLATFORM" == "x86" ]]; then
docker exec arch sh -c $'