nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
225 stars 49 forks source link

Android build is failing #188

Closed cjihrig closed 1 year ago

cjihrig commented 1 year ago
Reading package lists...
W: GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
E: The repository 'https://dl.yarnpkg.com/debian stable InRelease' is not signed.
/__w/_temp/eccfe662-62d7-44c6-9642-0e4aa09220d4.sh: 3: cmake: not found
Error: Process completed with exit code 127.

Seen in https://github.com/nodejs/uvwasi/actions/runs/4058367972/jobs/7310459457. First appeared in https://github.com/nodejs/uvwasi/pull/185, but does not appear related to the changes in that PR.

cjihrig commented 1 year ago

@gengjiawen do you have any ideas?

gengjiawen commented 1 year ago

Yeap,should related to yarn.I will take a look tomorrow