Skip to content

utils: raise PinnedVersion to an argument #75956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

compnerd
Copy link
Member

This is required so that we can use a custom pinned toolchain. The three arguments required are:

  • PinnedBuild (URL to toolchain)
  • PinnedSHA256 (SHA256 for installer)
  • PinnedVersion (toolchain version)

Prior to this, we would error out as PinnedVersion would be unset and could not be specified as it was not an argument.

This is required so that we can use a custom pinned toolchain. The three
arguments required are:
  - `PinnedBuild` (URL to toolchain)
  - `PinnedSHA256` (SHA256 for installer)
  - `PinnedVersion` (toolchain version)

Prior to this, we would error out as `PinnedVersion` would be unset and
could not be specified as it was not an argument.
@compnerd
Copy link
Member Author

CC: @hjyamauchi @hyp

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd enabled auto-merge August 19, 2024 19:28
@compnerd compnerd merged commit f88da38 into swiftlang:main Aug 19, 2024
5 checks passed
@compnerd compnerd deleted the version branch August 19, 2024 21:49
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