mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Don't install recommended packages in Debian's CI
This commit is contained in:
parent
a1bc10888c
commit
885ff36b01
@ -22,12 +22,12 @@ declare -rA GROUPED_DEPS=(
|
|||||||
libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libswresample-dev
|
libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libswresample-dev
|
||||||
libsdl2-dev libqt5opengl5-dev libopenal-dev libunshield-dev libtinyxml-dev
|
libsdl2-dev libqt5opengl5-dev libopenal-dev libunshield-dev libtinyxml-dev
|
||||||
libbullet-dev liblz4-dev libpng-dev libjpeg-dev
|
libbullet-dev liblz4-dev libpng-dev libjpeg-dev
|
||||||
|
ca-certificates
|
||||||
"
|
"
|
||||||
# TODO: add librecastnavigation-dev when debian is ready
|
# TODO: add librecastnavigation-dev when debian is ready
|
||||||
|
|
||||||
# These dependencies can alternatively be built and linked statically.
|
# These dependencies can alternatively be built and linked statically.
|
||||||
[openmw-deps-dynamic]="libmygui-dev libopenscenegraph-dev"
|
[openmw-deps-dynamic]="libmygui-dev libopenscenegraph-dev"
|
||||||
|
|
||||||
[coverity]="curl"
|
[coverity]="curl"
|
||||||
|
|
||||||
# Pre-requisites for building MyGUI and OSG for static linking.
|
# Pre-requisites for building MyGUI and OSG for static linking.
|
||||||
@ -64,4 +64,4 @@ export APT_CACHE_DIR="${PWD}/apt-cache"
|
|||||||
set -x
|
set -x
|
||||||
mkdir -pv "$APT_CACHE_DIR"
|
mkdir -pv "$APT_CACHE_DIR"
|
||||||
apt-get update -yq
|
apt-get update -yq
|
||||||
apt-get -q -o dir::cache::archives="$APT_CACHE_DIR" install -y "${deps[@]}"
|
apt-get -q -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user