File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,14 @@ jobs:
34
34
run : |
35
35
git clone https://github.com/emscripten-core/emsdk.git ~/emsdk
36
36
cd ~/emsdk && PYODIDE_EMSCRIPTEN_VERSION=$(~/env/bin/pyodide config get emscripten_version)
37
- ./emsdk install ${PYODIDE_EMSCRIPTEN_VERSION} && ./emsdk activate ${PYODIDE_EMSCRIPTEN_VERSION}
37
+ ./emsdk install ${PYODIDE_EMSCRIPTEN_VERSION}
38
+ ./emsdk activate ${PYODIDE_EMSCRIPTEN_VERSION}
38
39
39
40
- name : Build Z3
40
41
run : |
41
42
source ~/emsdk/emsdk_env.sh
42
43
cd src/api/python
43
- CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ~/env/bin/pyodide build --exports whole_archive
44
- env :
45
- CFLAGS : " -fexceptions -s DISABLE_EXCEPTION_CATCHING=0"
46
- LDFLAGS : " -fexceptions"
44
+ ~/env/bin/pyodide build --exports whole_archive
47
45
48
46
- name : Setup env-pyodide
49
47
run : |
54
52
- name : Setup z3 wheel
55
53
run : |
56
54
~/env-pyodide/bin/pip install src/api/python/dist/*.whl
57
- ~/env-pyodide/bin/python - <src/api/python/z3test.py z3 && ~/env-pyodide/bin/python - <src/api/python/z3test.py z3num
55
+ ~/env-pyodide/bin/python - <src/api/python/z3test.py z3
56
+ ~/env-pyodide/bin/python - <src/api/python/z3test.py z3num
You can’t perform that action at this time.
0 commit comments