Skip to content

Commit

Permalink
jenkins: stop testing on Debian 9 from Node.js 16
Browse files Browse the repository at this point in the history
Python and gcc/g++ in Debian 9 are not recent enough for the proposed
minumum supported versions for Node.js 16.
  • Loading branch information
richardlau committed Apr 9, 2021
1 parent b798109 commit 2de0630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def buildExclusions = [
[ /^centos7-64/, releaseType, lt(12) ],
[ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only
[ /debian8/, anyType, gte(13) ],
[ /debian9/, anyType, gte(16) ],
[ /^ubuntu1804/, anyType, lt(10) ], // probably temporary
[ /^ubuntu1404-32/, anyType, gte(10) ], // 32-bit linux for <10 only
[ /^ubuntu1404-64/, anyType, gte(12) ],
Expand Down

0 comments on commit 2de0630

Please sign in to comment.