Skip to content

Commit 6bb381b

Browse files
committed
Update ctags to version 5.9
1 parent beedb50 commit 6bb381b

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.gitlab/build-deps.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,14 @@ rm -f $PACKAGES_DIR/libgit2-1.1.0.tar.gz
292292
#########
293293

294294
cd $PACKAGES_DIR
295-
wget --no-verbose --no-clobber http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
296-
tar -xf ctags-5.8.tar.gz
297-
cd ctags-5.8
295+
wget --no-verbose --no-clobber https://github.com/universal-ctags/ctags/archive/p5.9.20201129.0.tar.gz \
296+
-O ctags-p5.9.20201129.0.tar.gz
297+
tar -xf ctags-p5.9.20201129.0.tar.gz
298+
cd ctags-p5.9.20201129.0
299+
./autogen.sh
298300
./configure --quiet --prefix=$DEPS_INSTALL_RUNTIME_DIR/ctags-install
299301
make install --quiet --jobs $(nproc)
300-
rm -f $PACKAGES_DIR/ctags-5.8.tar.gz
302+
rm -f $PACKAGES_DIR/ctags-p5.9.20201129.0.tar.gz
301303

302304
#########
303305
# Boost #

.gitlab/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ tarball ubuntu-16.04:
107107
- apt-get install -yqq curl wget bzip2 unzip ca-certificates
108108
# build tools for CodeCompass
109109
- apt-get install -yqq build-essential libgmp-dev zlib1g-dev
110+
# build tools for ctags
111+
- apt-get install -yqq dh-autoreconf pkg-config
110112
# build tools for ccdb-tools
111113
- apt-get install -yqq libffi-dev
112114
# show GLIBC verison

0 commit comments

Comments
 (0)