Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32948087
D12883.1768267001.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D12883.1768267001.diff
View Options
diff --git a/web/scripts/run_emscripten.sh b/web/scripts/run_emscripten.sh
--- a/web/scripts/run_emscripten.sh
+++ b/web/scripts/run_emscripten.sh
@@ -55,7 +55,7 @@
download_openssl() {
mkdir -p "$SQLITE_DIR"
- curl "${OPENSSL_URL}" --output "${OPENSSL_FILE}"
+ curl -L "${OPENSSL_URL}" --output "${OPENSSL_FILE}"
tar -xf "${OPENSSL_FILE}" -C "${SQLITE_DIR}"
rm -f "${OPENSSL_FILE}"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 13, 1:16 AM (1 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5925646
Default Alt Text
D12883.1768267001.diff (400 B)
Attached To
Mode
D12883: [web] Fixes the emscripten CI build by allowing curl redirects
Attached
Detach File
Event Timeline
Log In to Comment