Skip to content

Commit ba6ab8e

Browse files
committed
ci(gpu): disable rapid streamer so the game downloads on macOS
The rapid streamer (streamer.cgi) fails on the macOS build's curl (LibreSSL/SecureTransport, HTTP/2) with CURLE_RECV_ERROR, aborting the game download with errorID 2 even though search/parse/SDP succeed. Set PRD_RAPID_USE_STREAMER=false to use the plain per-file rapid path.
1 parent 8c5e667 commit ba6ab8e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ jobs:
309309
# 2"). Point rapid and the HTTP map search at BAR's content network.
310310
export PRD_RAPID_REPO_MASTER="https://repos-cdn.beyondallreason.dev/repos.gz"
311311
export PRD_HTTP_SEARCH_URL="https://files-cdn.beyondallreason.dev/find"
312+
# BAR's rapid streamer (streamer.cgi) fails on macOS curl
313+
# (LibreSSL/SecureTransport, HTTP/2) with CURLE_RECV_ERROR, aborting
314+
# the game download with errorID 2. Disable it so pr-downloader uses
315+
# the plain per-file rapid path, which transfers fine.
316+
export PRD_RAPID_USE_STREAMER=false
312317
cd "\$USER_DATA"
313318
exec "\$RES/bin/spring" --isolation-dir "\$USER_DATA" --menu "BYAR Chobby $LOBBY_VERSION" "\$@"
314319
LAUNCHER

0 commit comments

Comments
 (0)