Jenkins: Minor fixes to Windows build flow

This commit is contained in:
RichardG867
2022-03-16 14:36:57 -03:00
parent fd6646f21b
commit 3de4fbb75c
2 changed files with 6 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ then
if [ $? -ne 0 ]
then
# Install packages individually if installing them all together failed.
for pkg in pkgs
for pkg in $pkgs
do
yes | pacman -U --needed "$pkg"
done
@@ -306,7 +306,7 @@ then
if [ $? -ne 0 ]
then
# Install packages individually if installing them all together failed.
for pkg in pkgs
for pkg in $pkgs
do
yes | pacman -S --needed "$pkg"
done

View File

@@ -6,6 +6,10 @@ libwinpthread-git 9.0.0.6357.eac8c38c1-1
winpthreads-git 9.0.0.6357.eac8c38c1-1
winstorecompat-git 9.0.0.6357.eac8c38c1-1
gcc-libs 11.2.0-4
gcc-ada 11.2.0-4
gcc-fortran 11.2.0-4
gcc-libgfortran 11.2.0-4
gcc-objc 11.2.0-4
gcc 11.2.0-4
libgccjit 11.2.0-4
tools-git 9.0.0.6357.eac8c38c1-1