Skip to content

Conversation

@compnerd
Copy link
Member

@compnerd compnerd commented Jan 1, 2023

Rather than requiring external scripting to sign the installer components, add in integrated code-signing capability into the build. With this, a user can specify additional parameters when invoking the build: -p:SignOutput=true -p:CERTIFICATE=... -p:PASSPHRASE=.... By default the output is not code-signed, allowing control over the build, which is also useful for CI usage. This reduces some of the extra logic required for signing in the CI systems.

Rather than requiring external scripting to sign the installer
components, add in integrated code-signing capability into the build.
With this, a user can specify additional parameters when invoking the
build: `-p:SignOutput=true -p:CERTIFICATE=... -p:PASSPHRASE=...`.  By
default the output is not code-signed, allowing control over the build,
which is also useful for CI usage.  This reduces some of the extra logic
required for signing in the CI systems.
@compnerd compnerd merged commit 4c8c80a into swiftlang:main Jan 3, 2023
@compnerd compnerd deleted the autograph branch January 3, 2023 15:47
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.

2 participants