-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Sometimes, and not all the time, alternating between a non-bundled build and a bundled build can break the build script (the C source tree appears to get partially cleaned up and not properly recreated?).
The tail end of the cargo output usually looks like:
gcc: error: src/lexer.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[2]: *** [src/lexer.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
thread 'main' panicked at '
command did not execute successfully, got: exit code: 2
I'm still struggling to figure out how exactly to force this to happen.
Metadata
Metadata
Assignees
Labels
No labels