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 .sdz archive and create minimal test map
Major fixes based on local testing:
1. Replace symlink with .sdz archive (scanning 285ms vs hanging)
2. Remove map download (blocked with 403 Forbidden)
3. Create minimal test map with mapinfo.lua instead
4. Update script.txt to use Test Blank 8x8 map
The symlink approach caused Spring's archive scanner to hang while
scanning 1700+ files. Creating a .sdz archive is much faster.
Map downloads from springfiles.springrts.com are blocked, so we
create our own minimal map with just a mapinfo.lua file.
0 commit comments