mirror of
https://github.com/Z3Prover/z3
synced 2025-12-25 21:46:51 +00:00
* Initial plan * Fix docs.yml workflow to properly build and deploy documentation - Remove `no-install: true` from setup-emsdk step to properly install emscripten - Remove `working-directory: src/api/js` from setup-emsdk step (not needed) - Remove manual emsdk install/activate/source commands from Build wasm step - Remove redundant native Z3 build step that conflicted with wasm build - Simplify Generate Documentation step by removing redundant source command The main issue was that the native Z3 build was creating a Makefile in the build/ directory before the wasm build ran. The wasm build script then saw the Makefile existed and skipped the emconfigure step, but the native Makefile doesn't have a libz3.a target, causing the build to fail. Removing the native build allows the wasm build to properly configure its own build with emscripten. Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| agentics/shared | ||
| android-build.yml | ||
| ask.lock.yml | ||
| ask.md | ||
| ci-doctor.lock.yml | ||
| ci-doctor.md | ||
| codeql-analysis.yml | ||
| coverage.yml | ||
| cross-build.yml | ||
| daily-backlog-burner.lock.yml | ||
| daily-backlog-burner.md | ||
| daily-perf-improver.lock.yml | ||
| daily-perf-improver.md | ||
| daily-test-improver.lock.yml | ||
| daily-test-improver.md | ||
| dedup.yml | ||
| docs.yml | ||
| labeller.yml | ||
| msvc-static-build-clang-cl.yml | ||
| msvc-static-build.yml | ||
| nuget-build.yml | ||
| NUGET_BUILD_README.md | ||
| ocaml.yaml | ||
| pr-fix.lock.yml | ||
| pr-fix.md | ||
| prd.yml | ||
| pyodide.yml | ||
| wasm-release.yml | ||
| wasm.yml | ||
| Windows.yml | ||
| wip.yml | ||