Skip to content

Commit

Permalink
Let's see if we can re-enable s390x again
Browse files Browse the repository at this point in the history
Previously it had issues downloading from hex.pm
  • Loading branch information
nickva committed Jan 27, 2024
1 parent b047351 commit 1f77e2e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,13 @@ meta = [
// node_label: 'ppc64le'
// ],

// Exclude until hex.pm downloads are resolved
// https://github.com/linuxone-community-cloud/tickets/issues/58
// 'bullseye-s390x': [
// name: 'Debian 11 s390x',
// spidermonkey_vsn: '78',
// enable_nouveau: true,
// image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
// node_label: 's390x'
// ],
'bullseye-s390x': [
name: 'Debian 11 s390x',
spidermonkey_vsn: '78',
enable_nouveau: true,
image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
node_label: 's390x'
],

'bullseye': [
name: 'Debian 11',
Expand Down

0 comments on commit 1f77e2e

Please sign in to comment.