socketsupply / socket

A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
https://socketsupply.co/guides
Other
1.56k stars 73 forks source link

ssc --test crashing in CI #772

Open bcomnes opened 8 months ago

bcomnes commented 8 months ago

Socket is crashing with an exit 1 code in GitHub actions, with no apparent error output.

ssc build -r -o --test=./test/index.js

• preparing build for mac +19ms
• ran user build command +7953ms
• package prepared +28ms
• compiled native binary +2264ms
• Running App:  +30ms
• App result: 1 +150ms
Error: Process completed with exit code 1.
chicoxyzzy commented 8 months ago

on which platform?

bcomnes commented 8 months ago

on which platform?

On macOS and linux, though I'm not sure related.

Switching from macOS-latest to macOS-13 seems to have cleared up the immediate crash in CI. Looking into linux now.