GHA: CI WASM build use --disable-compression

I assume it can't link to libz anyway, you'd need to rebuild libz
for WASM target (or use a the Web API for GZIP).
This commit is contained in:
Darryl L. Miles
2024-10-01 21:18:55 -04:00
committed by Tim Edwards
parent 7589bdba10
commit 80f051f79d
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
source ./emsdk/emsdk_env.sh
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --target=asmjs-unknown-emscripten
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --disable-compression --target=asmjs-unknown-emscripten
emmake make
- name: archive wasm bundle
uses: actions/upload-artifact@v4