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)
Fri, Nov 1, 7:41 PM
Unknown Object (File)
Fri, Nov 1, 7:41 PM
Unknown Object (File)
Fri, Nov 1, 7:41 PM
Unknown Object (File)
Fri, Nov 1, 7:41 PM
Unknown Object (File)
Fri, Oct 18, 1:52 AM
Unknown Object (File)
Sep 28 2024, 2:20 AM
Unknown Object (File)
Sep 6 2024, 7:45 PM
Unknown Object (File)
Sep 4 2024, 12:29 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