Skip to content

Conversation

@ilya-korotya
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the !prover_disabled build constraint to all platform-specific build configuration files in the prover package, enabling the prover functionality to be disabled at build time via the prover_disabled build tag.

  • Adds && !prover_disabled to build tags across 6 platform-specific build files
  • Ensures consistent build constraint patterns across all prover implementations
  • Completes the prover disable mechanism alongside existing rapidsnark.go and rapidsnark_mock.go files

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
prover/build_linux_arm64.go Adds !prover_disabled constraint to Linux ARM64 build configuration
prover/build_linux_amd64_noasm.go Adds !prover_disabled constraint to Linux AMD64 no-asm build configuration
prover/build_linux_amd64.go Adds !prover_disabled constraint to Linux AMD64 build configuration
prover/build_dynamic.go Adds !prover_disabled constraint to dynamic linking build configuration
prover/build_darwin_arm64.go Adds !prover_disabled constraint to Darwin ARM64 build configuration
prover/build_darwin_amd64.go Adds !prover_disabled constraint to Darwin AMD64 build configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ilya-korotya ilya-korotya merged commit 15cc9f5 into main Nov 13, 2025
13 checks passed
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.

4 participants