Skip to content

Commit

Permalink
Build against gdal 3.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Mar 15, 2024
1 parent c4fe9a8 commit 577ee26
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .buildkite/_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ 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
GDAL_VER=3.6.4+kx-ci371-git20240305.65883e684e

source /etc/lsb-release

apt-get update -y
apt-get install -y --no-install-recommends \
file \
libcurl4-openssl-dev \
libgeotiff-dev \
libgdal-dev
"libgdal-dev=${GDAL_VER}" \
"libgdal32=${GDAL_VER}" \
"gdal-plugins=${GDAL_VER}" \
"gdal-data=${GDAL_VER}"

declare -a CMAKE_EXTRA=()

Expand Down

0 comments on commit 577ee26

Please sign in to comment.