forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OSGeo#8680 from dbaston/ci-ubuntu-2204
CI: Remove Ubuntu 18.04 configurations
- Loading branch information
Showing
18 changed files
with
242 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
FROM i386/alpine:3.18 | ||
|
||
RUN apk add \ | ||
bash \ | ||
linux-headers gnu-libiconv-dev \ | ||
g++ make ccache cmake \ | ||
proj-dev proj proj-util \ | ||
curl-dev tiff-dev \ | ||
zlib-dev zstd-dev xz-dev snappy-dev \ | ||
libjpeg-turbo-dev libpng-dev openjpeg-dev libwebp-dev expat-dev libkml-dev \ | ||
py3-numpy-dev python3-dev py3-setuptools py3-numpy py3-pip swig \ | ||
poppler-dev postgresql-dev \ | ||
openexr-dev libheif-dev xerces-c-dev geos-dev cfitsio-dev \ | ||
netcdf-dev libaec-dev hdf5-dev freexl-dev \ | ||
lz4-dev blosc-dev libdeflate-dev brotli-dev uriparser-dev \ | ||
libarchive-dev \ | ||
kealib-dev libjxl-dev \ | ||
json-c-dev giflib-dev \ | ||
libspatialite-dev librasterlite2-dev \ | ||
mariadb-connector-c-dev \ | ||
pcre2-dev \ | ||
qhull-dev \ | ||
unixodbc-dev \ | ||
libpq-dev \ | ||
apache-arrow-dev \ | ||
py3-pyarrow \ | ||
libxml2-dev libxslt-dev \ | ||
podofo-dev | ||
|
||
COPY requirements.txt /tmp/ | ||
RUN python3 -m pip install --break-system-packages -U -r /tmp/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
cmake ${GDAL_SOURCE_DIR:=..} \ | ||
-DCMAKE_BUILD_TYPE=Debug \ | ||
-DUSE_CCACHE=ON \ | ||
-DCMAKE_INSTALL_PREFIX=/usr \ | ||
-DIconv_INCLUDE_DIR=/usr/include/gnu-libiconv \ | ||
-DIconv_LIBRARY=/usr/lib/libiconv.so \ | ||
-DCMAKE_C_FLAGS=-Werror -DCMAKE_CXX_FLAGS=-Werror -DWERROR_DEV_FLAG="-Werror=dev" | ||
make -j$(nproc) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.