Skip to content

Commit e888e80

Browse files
committed
ci: save time by not redundantly installing gif library
Fixes 2046 Signed-off-by: Larry Gritz <[email protected]>
1 parent 190c3f0 commit e888e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build-scripts/gh-installdeps.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ "$ASWF_ORG" != "" ]] ; then
2323
sed -i 's,^mirrorlist=,#,; s,^#baseurl=http://mirror\.centos\.org/centos/$releasever,baseurl=https://vault.centos.org/7.9.2009,' /etc/yum.repos.d/CentOS-Base.repo
2424
fi
2525

26-
sudo /usr/bin/yum install -y giflib giflib-devel || true
26+
# sudo /usr/bin/yum install -y giflib giflib-devel || true
2727
# sudo /usr/bin/yum install -y ffmpeg ffmpeg-devel || true
2828

2929
if [[ "${CONAN_LLVM_VERSION}" != "" ]] ; then
@@ -88,7 +88,7 @@ else
8888
time sudo apt-get -q install -y \
8989
git cmake ccache ninja-build g++ \
9090
libboost-dev libboost-thread-dev libboost-filesystem-dev \
91-
libtiff-dev libgif-dev libpng-dev \
91+
libtiff-dev libpng-dev \
9292
flex bison libbison-dev \
9393
libpugixml-dev \
9494
libopencolorio-dev

0 commit comments

Comments
 (0)