From 7fb5ed52c4795994f1974d6fb3b6dd7923504b4e Mon Sep 17 00:00:00 2001 From: Matthew Budd Date: Thu, 14 May 2020 20:04:49 -0400 Subject: [PATCH] Removed --fix-missing references from pipeline script. The issue with the pipeline lies on the microsoft side with there linux package servers. There is nothing that can be done here. --- azure/linux_build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure/linux_build.sh b/azure/linux_build.sh index 845cd3b2..36e7644f 100755 --- a/azure/linux_build.sh +++ b/azure/linux_build.sh @@ -10,13 +10,12 @@ python3 --version sudo apt-get install lua5.1-dev pkg-config --cflags --libs lua5.1 -sudo apt-get install libsdl1.2-dev --fix-missing +sudo apt-get install libsdl1.2-dev sdl-config --cflags --libs -sudo apt-get install libsdl2-dev --fix-missing +sudo apt-get install libsdl2-dev sdl2-config --cflags --libs sudo apt-get install libminizip-dev pkg-config --cflags --libs minizip -#sudo apt-get install libxml2-dev #sudo apt-get install libgtk2.0-dev sudo apt-get install libgtk-3-dev pkg-config --cflags --libs gtk+-3.0