Skip to content

docs: fix Windows bundled-z3 build command in CONTRIBUTING.md - #3141

Draft
pkhodade-NV wants to merge 1 commit into
mainfrom
docs/fix-3062-bundled-z3-cli-command
Draft

docs: fix Windows bundled-z3 build command in CONTRIBUTING.md#3141
pkhodade-NV wants to merge 1 commit into
mainfrom
docs/fix-3062-bundled-z3-cli-command

Conversation

@pkhodade-NV

Copy link
Copy Markdown
Collaborator

The Windows MSVC example built openshell-cli with --features bundled-z3, but openshell-cli has no Z3 dependency and does not declare that feature. Point the example at openshell-prover instead, clarify which crates link Z3, and note the CMake 4.4.3+ requirement for building Z3 from source.

Fixes #3062

Summary

Related Issue

Changes

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

The Windows MSVC example built openshell-cli with --features bundled-z3,
but openshell-cli has no Z3 dependency and does not declare that
feature. Point the example at openshell-prover instead, clarify which
crates link Z3, and note the CMake 4.4.3+ requirement for building Z3
from source.

Fixes #3062

Signed-off-by: pkhodade-NV <pkhodade@nvidia.com>
@copy-pr-bot

copy-pr-bot Bot commented Sep 2, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Windows MSVC build command in CONTRIBUTING.md fails; openshell-cli has no bundled-z3 feature

1 participant