Skip to content

Commit b7c9a98

Browse files
Oct 2024 release linux changelogs
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
1 parent 635a047 commit b7c9a98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

linux/Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ s390x s390x s390x only for jdk8+
1212
riscv64 riscv64 riscv64 only for JDK17+
1313
*/
1414

15-
env.NODE_LABEL = '!dockerBuild&&linux&&x64' // Default node for top level pipeline script, !dockerBuild as we only have 1 node due to issue: https://github.com/adoptium/infrastructure/issues/3790
15+
// Default node for top level pipeline script
16+
// !dockerBuild as we only have 1 node due to issue: https://github.com/adoptium/infrastructure/issues/3790
17+
// and we will deadlock for debian if we queue the build for the same node
18+
env.NODE_LABEL = '!dockerBuild&&linux&&x64'
1619
env.PRODUCT = 'temurin'
1720

1821
class Types {

0 commit comments

Comments
 (0)