projects
/
recode
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d328925
)
AppVeyor: don’t bother reinstalling packages
author
Reuben Thomas
<rrt@sc3d.org>
Mon, 29 Jan 2018 13:48:04 +0000
(13:48 +0000)
committer
Reuben Thomas
<rrt@sc3d.org>
Tue, 30 Jan 2018 17:03:49 +0000
(17:03 +0000)
base-devel, texinfo and help2man are pre-installed, so save time by not
causing them to be reinstalled.
build-aux/appveyor-install.sh
patch
|
blob
|
history
diff --git
a/build-aux/appveyor-install.sh
b/build-aux/appveyor-install.sh
index 81ea975be1921da6dd2cbc6c827ef1e156edad9f..21cd2043781264cdc245e95c36c79bb98464a9b9 100644
(file)
--- a/
build-aux/appveyor-install.sh
+++ b/
build-aux/appveyor-install.sh
@@
-18,4
+18,4
@@
case $MSYSTEM in
esac
# Build dependencies
-pacman --noconfirm -S
base-devel rsync mingw-w64-$MINGW_BITS-python2 mingw-w64-$MINGW_BITS-cython texinfo help2ma
n
+pacman --noconfirm -S
rsync mingw-w64-$MINGW_BITS-cytho
n