Skip to content

Commit 3898ae5

Browse files
committed
[jenkins] Disable ubuntu-intel builds for 3.2.x
1 parent cef5fd3 commit 3898ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def platforms = [:]
2525

2626
/****************** linux builds (in docker) */
2727
/* Each platform must have a corresponding Dockerfile.PLATFORM in triqs/packaging */
28-
def dockerPlatforms = ["ubuntu-clang", "ubuntu-gcc", "ubuntu-intel", "sanitize"]
28+
def dockerPlatforms = ["ubuntu-clang", "ubuntu-gcc", "sanitize"]
2929
/* .each is currently broken in jenkins */
3030
for (int i = 0; i < dockerPlatforms.size(); i++) {
3131
def platform = dockerPlatforms[i]

0 commit comments

Comments
 (0)