Skip to content

Commit

Permalink
Merge pull request #11716 from ArashPartow/master
Browse files Browse the repository at this point in the history
CI: Point ExprTk to release branch
  • Loading branch information
dbaston authored Jan 25, 2025
2 parents cf7a974 + 0075d95 commit 4622512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/alpine-normal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ RUN --mount=type=cache,id=alpine-normal-spatialite,target=$HOME/.cache \
fi

# Download exprtk
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/master/exprtk.hpp \
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/release/exprtk.hpp \
&& mv exprtk.hpp /usr/include

# Build GDAL
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ RUN --mount=type=cache,id=ubuntu-full-proj,target=$HOME/.cache \
&& /buildscripts/bh-proj.sh

# Download exprtk
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/master/exprtk.hpp \
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/release/exprtk.hpp \
&& mv exprtk.hpp /usr/include

# Build GDAL
Expand Down

0 comments on commit 4622512

Please sign in to comment.