mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-28 23:23:55 +00:00
Cleaning up CTest tests (#393)
* Improve service startup "tests" * Address intermittent download test failure * Caused by load exceeding threshold * Add more missing bad HTTPD config tests * Allow for newer `libpng` with Docker tests * Also test more image/file types
This commit is contained in:
@ -119,6 +119,7 @@ RUN --mount=id=centos:stream${centos_stream_version}-/var/cache/dnf,target=/var/
|
||||
libtiff \
|
||||
libwebp \
|
||||
make \
|
||||
procps \
|
||||
proj
|
||||
|
||||
## Copy files from builder(s)
|
||||
|
@ -22,7 +22,8 @@ RUN --mount=id=fedora:${fedora_version}-/var/cache/dnf,target=/var/cache/dnf,typ
|
||||
libcurl-devel \
|
||||
libmemcached-devel \
|
||||
librados-devel \
|
||||
mapnik-devel
|
||||
mapnik-devel \
|
||||
procps
|
||||
|
||||
## Build, Test & Install `mod_tile`
|
||||
COPY . /tmp/mod_tile_src
|
||||
|
Reference in New Issue
Block a user