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, Apr 17, 1:01 PM
Unknown Object (File)
Thu, Apr 17, 7:49 AM
Unknown Object (File)
Thu, Apr 17, 1:15 AM
Unknown Object (File)
Wed, Apr 16, 8:33 PM
Unknown Object (File)
Wed, Apr 16, 10:01 AM
Unknown Object (File)
Sun, Apr 6, 8:58 AM
Unknown Object (File)
Mar 13 2025, 7:02 PM
Unknown Object (File)
Mar 5 2025, 3:10 PM
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