You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix smoke test: use --nosound flag to disable audio
The snd_disable config setting wasn't working - Spring was still trying
to initialize OpenAL and crashing on ALSA (no sound card in CI).
Using the --nosound command-line flag completely bypasses audio
initialization.
CI crash log showed:
ALSA lib pcm.c: Unknown PCM default
[CrashHandler] Error: Aborted (SIGABRT)
Good news: SpringBoard scanned successfully! Took 2.6s.
0 commit comments