Jenkins: Fix wrong package removed from MSYS dependency list
This commit is contained in:
@@ -295,7 +295,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install the latest versions for any missing packages (if the specified version couldn't be installed).
|
# Install the latest versions for any missing packages (if the specified version couldn't be installed).
|
||||||
pkgs="make"
|
pkgs="git"
|
||||||
while IFS=" " read pkg version
|
while IFS=" " read pkg version
|
||||||
do
|
do
|
||||||
prefixed_pkg="$MINGW_PACKAGE_PREFIX-$pkg"
|
prefixed_pkg="$MINGW_PACKAGE_PREFIX-$pkg"
|
||||||
|
Reference in New Issue
Block a user