Skip to content

Removed double --release flag. - #173

Merged
automergerpr-permission-manager[bot] merged 1 commit into
proofsfrom
mk/fix-double-release
Mar 9, 2026
Merged

automergerpr-permission-manager[bot] merged 1 commit into
proofsfrom
mk/fix-double-release

Conversation

@mariaKt

@mariaKt mariaKt commented Mar 9, 2026

Copy link
Copy Markdown

setup.sh passes CARGO_BUILD_OPTS=--release to make. However the mir-semantics Makefile was updated (PR runtimeverification/mir-semantics#963) with --release explicitly in the stable-mir-json target. That lead to attempting the command

cargo build --release --release

, which cargo rejects

This PR removes the CARGO_BUILD_OPTS=--release from setup.sh, which is now unneeded since the Makefile already handles creating the release target.

@mariaKt
mariaKt requested review from Stevengre and dkcumming March 9, 2026 21:54
@automergerpr-permission-manager
automergerpr-permission-manager Bot merged commit 7ab25e2 into proofs Mar 9, 2026
1 check passed
@dkcumming
dkcumming deleted the mk/fix-double-release branch March 10, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants