Skip to content

Commit

Permalink
Oct 2024 release linux changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Oct 30, 2024
1 parent b7c9a98 commit f1259bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ s390x s390x s390x only for jdk8+
riscv64 riscv64 riscv64 only for JDK17+
*/

// Default node for top level pipeline script
// !dockerBuild as we only have 1 node due to issue: https://github.com/adoptium/infrastructure/issues/3790
// and we will deadlock for debian if we queue the build for the same node
env.NODE_LABEL = '!dockerBuild&&linux&&x64'
env.NODE_LABEL = 'dockerBuild&&linux&&x64' // Default node and also used for build RedHat + Suse + Debian x64
env.PRODUCT = 'temurin'

class Types {
Expand Down

0 comments on commit f1259bd

Please sign in to comment.