mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-16 16:03:23 +00:00
Merge pull request #1579 from lonvia/drop-more-compilers
remove CI runs on Ubuntu 16 images
This commit is contained in:
34
.github/workflows/ci.yml
vendored
34
.github/workflows/ci.yml
vendored
@ -36,40 +36,6 @@ jobs:
|
||||
PGHOST: /tmp
|
||||
|
||||
|
||||
ubuntu16-pg95-gcc5:
|
||||
runs-on: ubuntu-16.04
|
||||
|
||||
env:
|
||||
CC: gcc-5
|
||||
CXX: g++-5
|
||||
LUA_VERSION: 5.1
|
||||
LUAJIT_OPTION: OFF
|
||||
POSTGRESQL_VERSION: 9.5
|
||||
POSTGIS_VERSION: 2.3
|
||||
BUILD_TYPE: Release
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/ubuntu-prerequisites
|
||||
- uses: ./.github/actions/build-and-test
|
||||
|
||||
ubuntu16-pg95-clang6:
|
||||
runs-on: ubuntu-16.04
|
||||
|
||||
env:
|
||||
CC: clang-6.0
|
||||
CXX: clang++-6.0
|
||||
LUA_VERSION: 5.2
|
||||
LUAJIT_OPTION: OFF
|
||||
POSTGRESQL_VERSION: 9.5
|
||||
POSTGIS_VERSION: 2.3
|
||||
BUILD_TYPE: Release
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/ubuntu-prerequisites
|
||||
- uses: ./.github/actions/build-and-test
|
||||
|
||||
ubuntu18-pg95-gcc7-jit:
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
|
@ -71,6 +71,7 @@ It also requires access to a database server running
|
||||
|
||||
Make sure you have installed the development packages for the libraries
|
||||
mentioned in the requirements section and a C++ compiler which supports C++14.
|
||||
We officially support gcc >= 7.0 and clang >= 8.
|
||||
|
||||
To rebuild the included man page you'll need the [pandoc](https://pandoc.org/)
|
||||
tool.
|
||||
|
Reference in New Issue
Block a user