Remove centos:6 image references (#26095)
This was EOL November 30th, 2020. I believe the "builds" are failing on develop because of it.
This commit is contained in:
@@ -126,9 +126,6 @@ are currently supported are summarized in the table below:
|
||||
* - Ubuntu 18.04
|
||||
- ``ubuntu:18.04``
|
||||
- ``spack/ubuntu-bionic``
|
||||
* - CentOS 6
|
||||
- ``centos:6``
|
||||
- ``spack/centos6``
|
||||
* - CentOS 7
|
||||
- ``centos:7``
|
||||
- ``spack/centos7``
|
||||
|
@@ -21,13 +21,6 @@
|
||||
"build_tags": {
|
||||
"develop": "latest"
|
||||
}
|
||||
},
|
||||
"centos:6": {
|
||||
"os_package_manager": "yum",
|
||||
"build": "spack/centos6",
|
||||
"build_tags": {
|
||||
"develop": "latest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"os_package_managers": {
|
||||
|
@@ -12,8 +12,7 @@
|
||||
'type': 'string',
|
||||
'enum': ['ubuntu:18.04',
|
||||
'ubuntu:16.04',
|
||||
'centos:7',
|
||||
'centos:6']
|
||||
'centos:7']
|
||||
},
|
||||
'spack': {
|
||||
'type': 'string',
|
||||
|
Reference in New Issue
Block a user