mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 18:16:03 +01:00
[jenkins] Remove centos-gcc build
This commit is contained in:
parent
dad5c8df94
commit
d902a04b67
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ def platforms = [:]
|
|||||||
|
|
||||||
/****************** linux builds (in docker) */
|
/****************** linux builds (in docker) */
|
||||||
/* Each platform must have a cooresponding Dockerfile.PLATFORM in triqs/packaging */
|
/* Each platform must have a cooresponding Dockerfile.PLATFORM in triqs/packaging */
|
||||||
def dockerPlatforms = ["ubuntu-clang", "ubuntu-gcc", "centos-gcc"]
|
def dockerPlatforms = ["ubuntu-clang", "ubuntu-gcc"]
|
||||||
/* .each is currently broken in jenkins */
|
/* .each is currently broken in jenkins */
|
||||||
for (int i = 0; i < dockerPlatforms.size(); i++) {
|
for (int i = 0; i < dockerPlatforms.size(); i++) {
|
||||||
def platform = dockerPlatforms[i]
|
def platform = dockerPlatforms[i]
|
||||||
|
Loading…
Reference in New Issue
Block a user