mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/windows: 'gpgv' is a quasi-msys2 dependency
See: https://github.com/HolyBlackCat/quasi-msys2/issues/31 As I thought inb6fb472a
and41b3dfb7
, this is mostly related to apt.
This commit is contained in:
parent
ef8dedd109
commit
046d79c227
1 changed files with 4 additions and 3 deletions
|
@ -25,19 +25,20 @@ fi
|
|||
## Install quasi-msys2 and its deps
|
||||
# Beginning of install code block
|
||||
if [ "$GITLAB_CI" ]; then
|
||||
apt-get update -y
|
||||
apt-get update -y >/dev/null
|
||||
apt-get install -y --no-install-recommends \
|
||||
clang \
|
||||
lld \
|
||||
llvm
|
||||
llvm >/dev/null
|
||||
apt-get install -y --no-install-recommends \
|
||||
gawk \
|
||||
gpg \
|
||||
gpgv \
|
||||
make \
|
||||
sudo \
|
||||
tar \
|
||||
wget \
|
||||
zstd
|
||||
zstd >/dev/null
|
||||
fi
|
||||
# End of install code block
|
||||
if [ ! -d 'quasi-msys2' ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue