We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2474437 commit bd4f333Copy full SHA for bd4f333
.github/workflows/CI.yml
@@ -170,21 +170,7 @@ jobs:
170
run: |
171
set -ex
172
source $HOME/ext/emsdk/emsdk_env.sh # Activate Emscripten
173
- ./build0.sh
174
- emcmake cmake . -GNinja \
175
- -DCMAKE_BUILD_TYPE=Debug \
176
- -DCMAKE_CXX_FLAGS_DEBUG="-Wall -Wextra -fexceptions" \
177
- -DWITH_LLVM=no \
178
- -DLPYTHON_BUILD_TO_WASM=yes \
179
- -DLFORTRAN_BUILD_ALL=yes \
180
- -DWITH_STACKTRACE=no \
181
- -DWITH_RUNTIME_STACKTRACE=no \
182
- -DCMAKE_PREFIX_PATH="$CONDA_PREFIX" \
183
- -DCMAKE_INSTALL_PREFIX=`pwd`/inst \
184
- -DCMAKE_C_COMPILER_LAUNCHER=sccache \
185
- -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
186
-
187
- cmake --build . -j16 --target install
+ ./build_to_wasm.sh
188
189
- name: Test built lpython.wasm
190
shell: bash -l {0}
0 commit comments