#Release Build Process Crashes Terminal

7 messages · Page 1 of 1 (latest)

wild mauve
#

Running on newly created ubuntu 22.04 VM, the build process crashes and closes the terminal session before any build artifacts are generated. Running npm run tauri build with the default project config

lethal cliff
#

Can you try npm run tauri build -- --verbose and see if you can see any error before it crashes?

#

Also, does npm run tauri build -- --debug also crash?

lethal cliff
#

also, how much ram does the vm have?

wild mauve
#

verbose reveals this error and prevents it from crashing the terminal session

wild mauve
#

for whatever reason building debug does not have this problem, i am able to create an appimage that way