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
Unknown Object (File)
Thu, Mar 13, 7:02 PM
Unknown Object (File)
Wed, Mar 5, 3:10 PM
Unknown Object (File)
Feb 15 2025, 6:07 PM
Unknown Object (File)
Feb 15 2025, 6:07 PM
Unknown Object (File)
Feb 15 2025, 6:07 PM
Unknown Object (File)
Feb 15 2025, 6:06 PM
Unknown Object (File)
Jan 15 2025, 8:23 AM
Unknown Object (File)
Jan 10 2025, 2:34 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