mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
appveyor: Workaround a Cygwin setup bug
Run Cygwin's setup a second time to workaround for it's defective handling of obsolete packages. (Specifically, python3-lxml is currently obsoleted by python36-lxml, but that doesn't get installed on the first run)
This commit is contained in:
parent
011b87a8c6
commit
401ff618cf
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ xkbcomp-devel,\
|
||||||
xkeyboard-config,\
|
xkeyboard-config,\
|
||||||
xtrans"
|
xtrans"
|
||||||
- echo Install done
|
- echo Install done
|
||||||
|
- "%CYGWIN_ROOT%\\%SETUP% -qnNdO -R %CYGWIN_ROOT% -s %CYGWIN_MIRROR% -l %CACHE% -g"
|
||||||
cache:
|
cache:
|
||||||
- C:\cache
|
- C:\cache
|
||||||
- '%CYGWIN_ROOT%\home\%USERNAME%\.ccache'
|
- '%CYGWIN_ROOT%\home\%USERNAME%\.ccache'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue