File tree 9 files changed +15
-8
lines changed
9 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ RUN set -eux \
105
105
# for the buildx/qemu workflow
106
106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107
107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108
+ && echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108
109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109
110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110
111
; \
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ RUN set -eux \
105
105
# for the buildx/qemu workflow
106
106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107
107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108
+ && echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108
109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109
110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110
111
; \
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ RUN set -eux \
105
105
# for the buildx/qemu workflow
106
106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107
107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108
+ && echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108
109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109
110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110
111
; \
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ RUN set -eux \
105
105
# for the buildx/qemu workflow
106
106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107
107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108
+ && echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108
109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109
110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110
111
; \
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ RUN set -eux \
105
105
# for the buildx/qemu workflow
106
106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107
107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108
+ && echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108
109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109
110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110
111
; \
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN set -ex \
82
82
83
83
# proj
84
84
ENV PROJ_VERSION master
85
- ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
85
+ ENV PROJ_GIT_HASH 1e9d92e31f81ae03f649a15442f7759238456107
86
86
87
87
RUN set -ex \
88
88
&& cd /usr/src \
@@ -131,7 +131,7 @@ RUN set -ex \
131
131
132
132
# gdal
133
133
ENV GDAL_VERSION master
134
- ENV GDAL_GIT_HASH 373237978d077d447b6d95a3ca949b91e1deacda
134
+ ENV GDAL_GIT_HASH f30e88f6d8e58baf413fce281a8bc05fdb7087a5
135
135
136
136
RUN set -ex \
137
137
&& cd /usr/src \
@@ -210,9 +210,9 @@ RUN set -ex \
210
210
COPY --from=builder /usr/local /usr/local
211
211
212
212
# ENV SFCGAL_GIT_HASH df3c2ccc015d4a85ac672fc307d2c7c324cccca7
213
- ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
213
+ ENV PROJ_GIT_HASH 1e9d92e31f81ae03f649a15442f7759238456107
214
214
ENV GEOS_GIT_HASH cc667261086d8e5f9906b69f4feaea5112221e92
215
- ENV GDAL_GIT_HASH 373237978d077d447b6d95a3ca949b91e1deacda
215
+ ENV GDAL_GIT_HASH f30e88f6d8e58baf413fce281a8bc05fdb7087a5
216
216
217
217
# Minimal command line test.
218
218
RUN set -ex \
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ RUN set -eux \
105
105
# for the buildx/qemu workflow
106
106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107
107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108
+ && echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108
109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109
110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110
111
; \
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN set -ex \
82
82
83
83
# proj
84
84
ENV PROJ_VERSION master
85
- ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
85
+ ENV PROJ_GIT_HASH 1e9d92e31f81ae03f649a15442f7759238456107
86
86
87
87
RUN set -ex \
88
88
&& cd /usr/src \
@@ -131,7 +131,7 @@ RUN set -ex \
131
131
132
132
# gdal
133
133
ENV GDAL_VERSION master
134
- ENV GDAL_GIT_HASH 373237978d077d447b6d95a3ca949b91e1deacda
134
+ ENV GDAL_GIT_HASH f30e88f6d8e58baf413fce281a8bc05fdb7087a5
135
135
136
136
RUN set -ex \
137
137
&& cd /usr/src \
@@ -210,9 +210,9 @@ RUN set -ex \
210
210
COPY --from=builder /usr/local /usr/local
211
211
212
212
# ENV SFCGAL_GIT_HASH df3c2ccc015d4a85ac672fc307d2c7c324cccca7
213
- ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
213
+ ENV PROJ_GIT_HASH 1e9d92e31f81ae03f649a15442f7759238456107
214
214
ENV GEOS_GIT_HASH cc667261086d8e5f9906b69f4feaea5112221e92
215
- ENV GDAL_GIT_HASH 373237978d077d447b6d95a3ca949b91e1deacda
215
+ ENV GDAL_GIT_HASH f30e88f6d8e58baf413fce281a8bc05fdb7087a5
216
216
217
217
# Minimal command line test.
218
218
RUN set -ex \
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ RUN set -eux \
105
105
# for the buildx/qemu workflow
106
106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107
107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108
+ && echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108
109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109
110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110
111
; \
You can’t perform that action at this time.
0 commit comments