Skip to content

Commit b4a5248

Browse files
committed
build GDAL without-libtool
1 parent b4e4d95 commit b4a5248

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
tag_with_ref: true
3131
tag_with_sha: true
3232
push: ${{ startsWith(github.ref, 'refs/tags/') }}
33-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
33+
34+
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
35+
3436

3537
layer:
3638
name: Layer

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ RUN git clone --branch release/ https://github.com/OSGeo/gdal.git --branch v${GD
137137
--mandir=/usr/share/man \
138138
--includedir=/usr/include/gdal \
139139
--with-threads \
140+
--without-libtool \
140141
--with-grass=no \
141142
--with-hide-internal-symbols=yes \
142143
--with-rename-internal-libtiff-symbols=yes \

0 commit comments

Comments
 (0)