3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-22 16:40:29 +00:00
z3/.github/workflows
Copilot 3c2526a2c3
Fix Pyodide workflow exception flag mismatch (#9909)
The Pyodide `build` job was passing legacy Emscripten exception flags
that conflict with the wasm-exception ABI now used by the Python
packaging configuration. This caused the wheel build to fail before
compilation completed.

- **Align Pyodide workflow flags**
- Remove per-workflow `CFLAGS` / `CXXFLAGS` / `LDFLAGS` overrides from
the Pyodide build step.
- Let the build inherit the canonical wasm-exception / longjmp / bigint
flags from `src/api/python/pyproject.toml`.

- **Apply the fix consistently**
  - Update the standalone Pyodide workflow.
- Update the matching Pyodide build steps in `nightly.yml` and
`release.yml` to avoid the same regression in scheduled and release
builds.

- **Why this fixes the failure**
  - The broken path mixed JS-exception and wasm-exception settings:
    ```yaml
    CFLAGS: "-fexceptions -s DISABLE_EXCEPTION_CATCHING=0 -g2"
    CXXFLAGS: "-fexceptions -s DISABLE_EXCEPTION_CATCHING=0"
    ```
  - The updated workflows now invoke:
    ```yaml
    ~/env/bin/pyodide build --exports whole_archive
    ```
    and rely on the packaging config’s wasm-exception settings instead.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-06-20 12:14:29 -06:00
..
shared Upgrade agentic workflows to gh-aw v0.36.0 (#8122) 2026-01-08 11:50:35 -08:00
a3-python.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
a3-python.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
academic-citation-tracker.lock.yml Fix Academic Citation Tracker agent job: recompile lock file with gh-aw v0.79.8 (#9910) 2026-06-20 12:13:01 -06:00
academic-citation-tracker.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
agentics-maintenance.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
android-build.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
api-coherence-checker.lock.yml Regenerate API Coherence lockfile to fix failing agent job runtime mismatch (#9911) 2026-06-20 12:13:28 -06:00
api-coherence-checker.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
build-warning-fixer.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
build-warning-fixer.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
build-z3-cache.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
ci.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
code-conventions-analyzer.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
code-conventions-analyzer.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
code-simplifier.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
code-simplifier.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
compare-stats-anomaly-reporter.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
compare-stats-anomaly-reporter.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
copilot-setup-steps.yml update aw to current version 2026-01-08 18:15:03 +00:00
coverage.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
cross-build.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
csa-analysis.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
csa-analysis.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
docs.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
fstar-master-build.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
issue-backlog-processor.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
issue-backlog-processor.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
mark-prs-ready-for-review.yml Bump actions/github-script from 8.0.0 to 9.0.0 (#9296) 2026-04-19 16:49:03 +02:00
memory-safety-report.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
memory-safety-report.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
memory-safety.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
msvc-static-build-clang-cl.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
msvc-static-build.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
nightly-validation.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
nightly.yml Fix Pyodide workflow exception flag mismatch (#9909) 2026-06-20 12:14:29 -06:00
nuget-build.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
ocaml.yaml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
ostrich-benchmark.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
ostrich-benchmark.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
pyodide-pypi.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
pyodide.yml Fix Pyodide workflow exception flag mismatch (#9909) 2026-06-20 12:14:29 -06:00
qf-s-benchmark.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
qf-s-benchmark.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
release-notes-updater.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
release-notes-updater.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
release.yml Fix Pyodide workflow exception flag mismatch (#9909) 2026-06-20 12:14:29 -06:00
smtlib-benchmark-finder.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
smtlib-benchmark-finder.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
specbot-crash-analyzer.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
specbot-crash-analyzer.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
tactic-to-simplifier.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
tactic-to-simplifier.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
tptp-benchmark.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
tptp-benchmark.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
wasm-release.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
wasm.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
Windows.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
wip.yml Bump actions/checkout from 6 to 7 (#9901) 2026-06-18 17:41:52 -06:00
workflow-suggestion-agent.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
workflow-suggestion-agent.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00
zipt-code-reviewer.lock.yml Bump github/gh-aw-actions from 0.79.6 to 0.80.4 (#9902) 2026-06-18 17:42:08 -06:00
zipt-code-reviewer.md Suppress auto-created failure issues for agentic workflows (#9834) 2026-06-11 20:57:43 -07:00