mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
gitlab-ci, build/windows: Try to fix Debian Testing 'apt'
This commit is contained in:
parent
728b9cdd28
commit
b6fb472ae2
2 changed files with 4 additions and 3 deletions
|
@ -457,6 +457,7 @@ gimp-flatpak-x64:
|
|||
- if: '$GIMP_CI_CROSSROAD_WIN64 != null'
|
||||
variables:
|
||||
DEB_VERSION: testing
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
MSYSTEM_PREFIX: clang64
|
||||
cache: []
|
||||
|
||||
|
|
|
@ -25,11 +25,11 @@ fi
|
|||
## Install quasi-msys2 and its deps
|
||||
# Beginning of install code block
|
||||
if [ "$GITLAB_CI" ]; then
|
||||
apt-get update -y >/dev/null
|
||||
apt-get update -y &> apt.log || cat apt.log
|
||||
apt-get install -y --no-install-recommends \
|
||||
clang \
|
||||
lld \
|
||||
llvm >/dev/null
|
||||
llvm &>> apt.log || cat apt.log
|
||||
apt-get install -y --no-install-recommends \
|
||||
gawk \
|
||||
gpg \
|
||||
|
@ -37,7 +37,7 @@ if [ "$GITLAB_CI" ]; then
|
|||
sudo \
|
||||
tar \
|
||||
wget \
|
||||
zstd >/dev/null
|
||||
zstd &>> apt.log | rm apt.log || cat apt.log
|
||||
fi
|
||||
# End of install code block
|
||||
if [ ! -d 'quasi-msys2' ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue