Skip to content

Commit 2896eb1

Browse files
committed
lookup: skip big endian machines for yarn
1 parent be242ad commit 2896eb1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/lookup.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,18 +605,20 @@
605605
"head": true
606606
},
607607
"yarn": {
608-
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
609-
"yarn": true,
610608
"install": ["install", "--mode", "skip-build"],
609+
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
611610
"prefix": "@yarnpkg/cli@",
611+
"repo": "https://github.com/yarnpkg/berry",
612612
"scripts": [
613613
"build:cli",
614614
"typecheck:all",
615615
"test:lint",
616616
"test:unit",
617617
"test:integration"
618618
],
619-
"repo": "https://github.com/yarnpkg/berry"
619+
"flaky": "ppc",
620+
"skip": ["aix", "s390x"],
621+
"yarn": true
620622
},
621623
"yeoman-generator": {
622624
"prefix": "v",

0 commit comments

Comments
 (0)