Skip to content

Commit

Permalink
Remove GCC 4 and GCC 5 tests from CI build matrix
Browse files Browse the repository at this point in the history
Updates in GEOS-Chem 12.7.0 are not compatible with GCC 4 and GCC 5 so
we are discontinuing support for these very old versions.

Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Jan 30, 2020
1 parent 033087b commit 6048e58
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .ci-pipelines/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ pool:
# Define the "matrix" of build images to try building GEOS-Chem in
strategy:
matrix:
ubuntu_gcc4:
GCC_VERSION: 4
containerImage: liambindle/penelope:0.1.0-ubuntu16.04-gcc4-netcdf4.5.0-netcdff4.4.4
ubuntu_gcc5:
GCC_VERSION: 5
containerImage: liambindle/penelope:0.1.0-ubuntu16.04-gcc5-netcdf4.5.0-netcdff4.4.4
ubuntu_gcc6:
GCC_VERSION: 6
containerImage: liambindle/penelope:0.1.0-ubuntu16.04-gcc6-netcdf4.5.0-netcdff4.4.4
Expand All @@ -52,9 +46,6 @@ strategy:
ubuntu_netcdf_old:
GCC_VERSION: 9
containerImage: liambindle/penelope:0.1.0-ubuntu16.04-netcdf4.1.3
centos_gcc4:
GCC_VERSION: 4
containerImage: liambindle/penelope:0.1.0-centos7-gcc4-netcdf4.5.0-netcdff4.4.4
centos_gcc7:
GCC_VERSION: 7
containerImage: liambindle/penelope:0.1.0-centos7-gcc7-netcdf4.5.0-netcdff4.4.4
Expand Down

0 comments on commit 6048e58

Please sign in to comment.