mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
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:
committed by
Tim Edwards
parent
7589bdba10
commit
80f051f79d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user