mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Jenkins: Minor fixes to Windows build flow
This commit is contained in:
parent
fd6646f21b
commit
3de4fbb75c
2 changed files with 6 additions and 2 deletions
|
@ -283,7 +283,7 @@ then
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
# Install packages individually if installing them all together failed.
|
# Install packages individually if installing them all together failed.
|
||||||
for pkg in pkgs
|
for pkg in $pkgs
|
||||||
do
|
do
|
||||||
yes | pacman -U --needed "$pkg"
|
yes | pacman -U --needed "$pkg"
|
||||||
done
|
done
|
||||||
|
@ -306,7 +306,7 @@ then
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
# Install packages individually if installing them all together failed.
|
# Install packages individually if installing them all together failed.
|
||||||
for pkg in pkgs
|
for pkg in $pkgs
|
||||||
do
|
do
|
||||||
yes | pacman -S --needed "$pkg"
|
yes | pacman -S --needed "$pkg"
|
||||||
done
|
done
|
||||||
|
|
|
@ -6,6 +6,10 @@ libwinpthread-git 9.0.0.6357.eac8c38c1-1
|
||||||
winpthreads-git 9.0.0.6357.eac8c38c1-1
|
winpthreads-git 9.0.0.6357.eac8c38c1-1
|
||||||
winstorecompat-git 9.0.0.6357.eac8c38c1-1
|
winstorecompat-git 9.0.0.6357.eac8c38c1-1
|
||||||
gcc-libs 11.2.0-4
|
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
|
gcc 11.2.0-4
|
||||||
libgccjit 11.2.0-4
|
libgccjit 11.2.0-4
|
||||||
tools-git 9.0.0.6357.eac8c38c1-1
|
tools-git 9.0.0.6357.eac8c38c1-1
|
||||||
|
|
Loading…
Reference in a new issue