Build cvc5 as an unrestricted build - #124
Merged
Merged
Conversation
cvc5/cvc5#12899 renamed the build types configure.sh accepts and made selecting one mandatory: production became unrestricted, safe-mode became safe, and stable-mode became stable. The old names are rejected outright rather than silently ignored, so the build step now fails at once: *** configure.sh: build type 'production' is no longer available. Use 'unrestricted' to have the previous behavior. The step that checks out cvc5 names no ref, so it takes the default branch, and the artifact cache is keyed on the SHA it resolves to. The build therefore runs on every cvc5 commit, and CI has been broken since the rename landed. Use the new name. It is the same build, just spelled differently, so nothing else has to change. The cache keys track $CVC5_CONFIG, so this invalidates the cvc5 artifact and dependency caches once. The next run repopulates them. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
daniel-larraz
force-pushed
the
ci-unrestricted-build-type
branch
from
September 4, 2026 21:48
4d25909 to
e007b81
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cvc5/cvc5#12899 renamed the build types
configure.shaccepts and made selecting one mandatory:productionunrestrictedsafe-modesafestable-modestableThe old names are rejected outright rather than silently ignored, so the
Build cvc5step fails at once:This PR uses the new name. It is the same build, just spelled differently, so nothing else has to change.
One side effect: the cache keys track
$CVC5_CONFIG, so this invalidates the cvc5 artifact and dependency caches once. The next run repopulates them.🤖 Generated with Claude Code