Skip to content

Commit 8c5e667

Browse files
committed
ci(gpu): 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 0dc3743 commit 8c5e667

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/macos-build-gpu.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,13 @@ jobs:
302302
# DYLD_FALLBACK is safe (does not shadow system OpenGL); Zink finds
303303
# the bundled Vulkan loader through it.
304304
export DYLD_FALLBACK_LIBRARY_PATH="\$RES/lib"
305+
# pr-downloader defaults to the legacy springrts.com servers, which
306+
# only mirror older maps. Newer BAR maps (e.g. Shallow Straits,
307+
# Death Valley) live solely on BAR's CDN, so without these overrides
308+
# the map search returns zero results ("Download Failed ... errorID
309+
# 2"). Point rapid and the HTTP map search at BAR's content network.
310+
export PRD_RAPID_REPO_MASTER="https://repos-cdn.beyondallreason.dev/repos.gz"
311+
export PRD_HTTP_SEARCH_URL="https://files-cdn.beyondallreason.dev/find"
305312
cd "\$USER_DATA"
306313
exec "\$RES/bin/spring" --isolation-dir "\$USER_DATA" --menu "BYAR Chobby $LOBBY_VERSION" "\$@"
307314
LAUNCHER

0 commit comments

Comments
 (0)