Skip to content

Commit

Permalink
Build against latest gdal (3.8.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoup committed Apr 8, 2024
1 parent 2b47d36 commit 22b115b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .buildkite/_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
set -eu

DEB_VER=$1
# pinned because there's also a 3.8.x in the repos and we still want to build against 3.6.x
MIN_GDAL_VER=3.6.4+kx-ci364-git20240110.6c7ffa44c2

source /etc/lsb-release

Expand All @@ -12,10 +10,9 @@ apt-get install -y --no-install-recommends \
file \
libcurl4-openssl-dev \
libgeotiff-dev \
"libgdal-dev=${MIN_GDAL_VER}" \
"libgdal32=${MIN_GDAL_VER}" \
"gdal-plugins=${MIN_GDAL_VER}" \
"gdal-data=${MIN_GDAL_VER}"
libgdal-dev \
gdal-plugins \
gdal-data

# install modern cmake
CMAKE_VER=3.24.1
Expand Down

0 comments on commit 22b115b

Please sign in to comment.