Skip to content

Commit 693ed85

Browse files
authored
ci: save time by not redundantly installing gif library (#2049)
Fixes #2046 Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent f7fc1c3 commit 693ed85

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
@@ -28,7 +28,7 @@ if [[ "$ASWF_ORG" != "" ]] ; then
2828
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
2929
fi
3030

31-
sudo /usr/bin/yum install -y giflib giflib-devel || true
31+
# sudo /usr/bin/yum install -y giflib giflib-devel || true
3232
# sudo /usr/bin/yum install -y ffmpeg ffmpeg-devel || true
3333

3434
if [[ "${CONAN_LLVM_VERSION}" != "" ]] ; then
@@ -93,7 +93,7 @@ else
9393
time sudo apt-get -q install -y \
9494
git cmake ccache ninja-build g++ \
9595
libboost-dev libboost-thread-dev libboost-filesystem-dev \
96-
libtiff-dev libgif-dev libpng-dev \
96+
libtiff-dev libpng-dev \
9797
flex bison libbison-dev \
9898
libpugixml-dev \
9999
libopencolorio-dev

0 commit comments

Comments
 (0)