From e78e1450dfa93ff9e5c432715876c6d85861c9b5 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 26 Aug 2026 21:52:49 -0400 Subject: [PATCH] fix(eas-cli) closes #14199 --- projects/expo.dev/eas-cli/package.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects/expo.dev/eas-cli/package.yml b/projects/expo.dev/eas-cli/package.yml index 6e6cca621a..6a31b33a22 100644 --- a/projects/expo.dev/eas-cli/package.yml +++ b/projects/expo.dev/eas-cli/package.yml @@ -24,6 +24,13 @@ build: - run: yq -i '.version = "{{version}}"' package.json working-directory: packages/eas-cli + # bufferutil / utf-8-validate are optional native addons of `ws` (pure-JS + # fallback otherwise). They have no aarch64 prebuild, so yarn compiles them, + # and pkgx's bare gcc has no libc headers in node-gyp's subprocess: + # "fatal error: assert.h: No such file or directory". Suppress the build -- + # root manifest, which is the only place yarn honours dependenciesMeta.built. + - yq -i '.dependenciesMeta."bufferutil".built = false | .dependenciesMeta."utf-8-validate".built = false' package.json + - yarn install # `build-ci` not present in v6