HomePhabricator
Diffusion Comm 6b04b56d9534

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

Description

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

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

Reviewers: varun, marcin, inka, tomek

Reviewed By: varun

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D12883

Details

Provenance
willAuthored on Jul 25 2024, 10:20 AM
Reviewer
varun
Differential Revision
D12883: [web] Fixes the emscripten CI build by allowing curl redirects
Parents
rCOMM3a325b4a239f: [lib] remove integrity store assertion and use sqlite
Branches
Unknown
Tags
Unknown