Closed
Conversation
✅ Deploy Preview for nifty-bassi-e26446 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Switch pgp rules to use sq module from Bazel registry
Use sq Bazel module for PGP signing
Sep 7, 2026
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.
//pgpno longer needs to fetch unverified per-platformsqrelease binaries through a custom module extension. The default signer now comes from the Envoy Bazel registry assq@1.4.0.envoy.Registry and module dependency
9dbaa5076459279d6c86b400a7ab5a9b898cf08c.Default PGP toolchain
//pgp:sq_toolchain, wrapping@sq//:sq.//pgp/testanalysis tests continue to resolve the stub signer.sq_signerexecutable handlingsq_signer.sqfrom a single-file input to an exec-config executable.ctx.executable.sq/DefaultInfo.files_to_run.sqrunfiles into the signer wrapper runfiles.Removed obsolete download extension
//pgp:extensions.bzl.bzl_libraryreferences, and commented MODULE examples.Documentation
//pgpdocs to describe the default@sq//:sqsigner and the remaining custom signer toolchain swap path.