mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-08 08:24:25 +00:00
Replace Fedora 36
with Fedora 38
in GitHub Actions (#323)
This commit is contained in:
8
.github/actions/cmake/build/action.yml
vendored
8
.github/actions/cmake/build/action.yml
vendored
@ -11,11 +11,11 @@ runs:
|
||||
|
||||
- name: Prepare `build` directory
|
||||
run: |
|
||||
cmake -S . -B build \
|
||||
cmake -B build -S . \
|
||||
-LA \
|
||||
-DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} \
|
||||
-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX:-/usr/local} \
|
||||
-DENABLE_TESTS=1
|
||||
-DCMAKE_BUILD_TYPE:STRING=${BUILD_TYPE:-Debug} \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PREFIX:-/usr/local} \
|
||||
-DENABLE_TESTS:BOOL=ON
|
||||
shell: bash --noprofile --norc -euxo pipefail {0}
|
||||
|
||||
- name: Build `mod_tile`
|
||||
|
@ -25,7 +25,7 @@ runs:
|
||||
cmake -S mapnik-src -B mapnik-build \
|
||||
-DBUILD_DEMO_VIEWER:BOOL=OFF \
|
||||
-DBUILD_TESTING:BOOL=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_BUILD_TYPE:STRING=Release \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr
|
||||
cmake --build mapnik-build
|
||||
shell: bash --noprofile --norc -euxo pipefail {0}
|
||||
|
@ -78,7 +78,7 @@ inputs:
|
||||
gdal-devel
|
||||
harfbuzz-devel
|
||||
libicu-devel
|
||||
libjpeg-turbo-devel
|
||||
libjpeg-devel
|
||||
libpng-devel
|
||||
libtiff-devel
|
||||
libwebp-devel
|
||||
|
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
||||
- 'debian:11'
|
||||
- 'debian:12'
|
||||
- 'debian:testing'
|
||||
- 'fedora:36'
|
||||
- 'fedora:37'
|
||||
- 'fedora:38'
|
||||
- 'fedora:rawhide'
|
||||
- 'ubuntu:20.04'
|
||||
build_system:
|
||||
|
Reference in New Issue
Block a user