socket icon indicating copy to clipboard operation
socket copied to clipboard

ssc --test crashing in CI

Open bcomnes opened this issue 2 years ago • 2 comments

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.

bcomnes avatar Nov 15 '23 23:11 bcomnes

on which platform?

chicoxyzzy avatar Nov 21 '23 14:11 chicoxyzzy

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.

bcomnes avatar Nov 21 '23 19:11 bcomnes