Skip to content

Commit

Permalink
lookup: skip big endian machines for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardchen committed May 13, 2022
1 parent be242ad commit 2896eb1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,18 +605,20 @@
"head": true
},
"yarn": {
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
"yarn": true,
"install": ["install", "--mode", "skip-build"],
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
"prefix": "@yarnpkg/cli@",
"repo": "https://github.com/yarnpkg/berry",
"scripts": [
"build:cli",
"typecheck:all",
"test:lint",
"test:unit",
"test:integration"
],
"repo": "https://github.com/yarnpkg/berry"
"flaky": "ppc",
"skip": ["aix", "s390x"],
"yarn": true
},
"yeoman-generator": {
"prefix": "v",
Expand Down

0 comments on commit 2896eb1

Please sign in to comment.