Skip to content

Commit

Permalink
lookup: skip platforms for serialport (#994)
Browse files Browse the repository at this point in the history
This skips the remaining platforms that still pose a problem for
verifying serialport against a `-pre` version of Node.js
Relates to: #992
  • Loading branch information
jeromecovington committed Sep 30, 2023
1 parent c2909b7 commit 037c204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@
"comment": "postlint script fails"
},
"serialport": {
"skip": ["ppc", "s390x"],
"head": true,
"tags": "native",
"maintainers": "reconbot"
Expand Down

0 comments on commit 037c204

Please sign in to comment.