Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 49485cd

Browse files
authored
Remove old cmake to avoid shadowing latest version
1 parent 9f841e5 commit 49485cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ sourcedir="$PWD"
44
# install dependencies
55
sudo apt-get update
66
sudo apt-get install apt-transport-https ca-certificates gnupg \
7-
software-properties-common wget git cmake ninja-build clang python uuid-dev \
7+
software-properties-common wget git ninja-build clang python uuid-dev \
88
libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev \
99
swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev \
1010
libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync
1111
# install latest cmake
12+
sudo rm /usr/local/bin/cmake
1213
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
1314
sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main'
1415
sudo apt-get update

0 commit comments

Comments
 (0)