Merge pull request #1579 from lonvia/drop-more-compilers

remove CI runs on Ubuntu 16 images
This commit is contained in:
Sarah Hoffmann
2021-11-10 13:27:46 +01:00
committed by GitHub
2 changed files with 1 additions and 34 deletions

View File

@ -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

View File

@ -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.