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)
Sat, Sep 28, 2:20 AM
Unknown Object (File)
Sep 6 2024, 7:45 PM
Unknown Object (File)
Sep 4 2024, 12:29 PM
Unknown Object (File)
Sep 3 2024, 9:55 PM
Unknown Object (File)
Sep 3 2024, 9:55 PM
Unknown Object (File)
Sep 3 2024, 9:54 PM
Unknown Object (File)
Sep 3 2024, 9:54 PM
Unknown Object (File)
Aug 30 2024, 10:33 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable