Skip to content

Commit b13ff68

Browse files
committed
ci: point pr-downloader at BAR content CDN
Map downloads for newer BAR maps (Shallow Straits, Death Valley, Seths Ravine Remake, Houses of Tripolis) failed with errorID 2 because the launcher left pr-downloader on its legacy springrts.com defaults, which only mirror older maps. Export PRD_RAPID_REPO_MASTER and PRD_HTTP_SEARCH_URL so rapid and the HTTP map search resolve against BAR's own content network, where these maps are hosted.
1 parent 2ac3523 commit b13ff68

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/macos-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,16 @@ jobs:
508508
# SIGBUS that a full DYLD_LIBRARY_PATH caused.
509509
export DYLD_FALLBACK_LIBRARY_PATH="\$RES/lib"
510510
fi
511+
# ---- Content download sources ----
512+
# pr-downloader defaults to the legacy springrts.com servers
513+
# (repos.springrts.com / springfiles.springrts.com), which only
514+
# mirror older maps. Newer BAR maps (e.g. Shallow Straits, Death
515+
# Valley) live solely on BAR's own CDN, so without these overrides
516+
# the map search returns zero results and Chobby reports
517+
# "Download Failed ... errorID 2". Point both rapid and the HTTP
518+
# map search at BAR's content network.
519+
export PRD_RAPID_REPO_MASTER="https://repos-cdn.beyondallreason.dev/repos.gz"
520+
export PRD_HTTP_SEARCH_URL="https://files-cdn.beyondallreason.dev/find"
511521
cd "\$USER_DATA"
512522
exec "\$RES/bin/spring" \\
513523
--isolation-dir "\$USER_DATA" \\

0 commit comments

Comments
 (0)