Page MenuHomePhabricator

[web] Fixes the emscripten CI build by allowing curl redirects
ClosedPublic

Authored by will on Jul 25 2024, 10:24 AM.
Tags
None
Referenced Files
F4080096: D12883.id42782.diff
Sat, Feb 15, 6:07 PM
F4080095: D12883.id42783.diff
Sat, Feb 15, 6:07 PM
F4080084: D12883.id.diff
Sat, Feb 15, 6:07 PM
F4080081: D12883.diff
Sat, Feb 15, 6:06 PM
Unknown Object (File)
Jan 15 2025, 8:23 AM
Unknown Object (File)
Jan 10 2025, 2:34 AM
Unknown Object (File)
Jan 10 2025, 2:18 AM
Unknown Object (File)
Dec 31 2024, 6:55 AM
Subscribers

Details

Summary

Our emscripten builds are failing as curl https://www.openssl.org/source/openssl-3.2.0.tar.gz --output openssl-file results in an empty file.

The link seems to redirect to the proper .tar.gz openssl archive file, so we need to allow curl to redirect with the -L flag

Test Plan

ran the script and succeeeds without invalid archive error message

Diff Detail

Repository
rCOMM Comm
Branch
fix_emscripten_curl
Lint
No Lint Coverage
Unit
No Test Coverage