We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make
1 parent 4910e05 commit 3b7877dCopy full SHA for 3b7877d
Jenkinsfile
@@ -20,7 +20,9 @@ def architecturesAndCiJioAgentLabels = [
20
'arm64': 'arm64docker',
21
// No corresponding agent, using qemu
22
'ppc64le': 'docker && amd64',
23
- 's390x': 's390xdocker',
+ // TODO: install `make` on permanent x390x agent
24
+ // 's390x': 's390xdocker',
25
+ 's390x': 'docker && amd64',
26
]
27
28
// Set to true in a replay to simulate a LTS build on ci.jenkins.io
0 commit comments