File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 PGHOST : /tmp
3737
3838
39- ubuntu16-pg95-gcc5 :
40- runs-on : ubuntu-16.04
41-
42- env :
43- CC : gcc-5
44- CXX : g++-5
45- LUA_VERSION : 5.1
46- LUAJIT_OPTION : OFF
47- POSTGRESQL_VERSION : 9.5
48- POSTGIS_VERSION : 2.3
49- BUILD_TYPE : Release
50-
51- steps :
52- - uses : actions/checkout@v2
53- - uses : ./.github/actions/ubuntu-prerequisites
54- - uses : ./.github/actions/build-and-test
55-
56- ubuntu16-pg95-clang6 :
57- runs-on : ubuntu-16.04
58-
59- env :
60- CC : clang-6.0
61- CXX : clang++-6.0
62- LUA_VERSION : 5.2
63- LUAJIT_OPTION : OFF
64- POSTGRESQL_VERSION : 9.5
65- POSTGIS_VERSION : 2.3
66- BUILD_TYPE : Release
67-
68- steps :
69- - uses : actions/checkout@v2
70- - uses : ./.github/actions/ubuntu-prerequisites
71- - uses : ./.github/actions/build-and-test
72-
7339 ubuntu18-pg95-gcc7-jit :
7440 runs-on : ubuntu-18.04
7541
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ It also requires access to a database server running
7171
7272Make sure you have installed the development packages for the libraries
7373mentioned in the requirements section and a C++ compiler which supports C++14.
74+ We officially support gcc >= 7.0 and clang >= 8.
7475
7576To rebuild the included man page you'll need the [ pandoc] ( https://pandoc.org/ )
7677tool.
You can’t perform that action at this time.
0 commit comments