Skip to content

GHA: add swift-subprocess revision tracking #990

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
Jul 16, 2025
Merged

Conversation

compnerd
Copy link
Owner

Prepare for building swift-subprocess, start tracking the revision information.

@compnerd compnerd requested review from Steelskin and Copilot July 16, 2025 17:31
Copilot

This comment was marked as outdated.

@compnerd compnerd force-pushed the compnerd/subprocess branch from 5056c3c to 84a722f Compare July 16, 2025 17:56
Prepare for building swift-subprocess, start tracking the revision
information.
@compnerd compnerd force-pushed the compnerd/subprocess branch from 84a722f to 6a8f835 Compare July 16, 2025 17:57
@compnerd compnerd requested review from Copilot and Steelskin July 16, 2025 17:58
Copy link

@Copilot 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 swift-subprocess revision tracking to the GitHub Actions workflows in preparation for building the swift-subprocess component. The change introduces a new input parameter to track the revision information for swift-subprocess across the build pipeline.

  • Adds swift_subprocess_revision as a required input parameter to the swift-toolchain workflow
  • Propagates the swift-subprocess revision through the build-toolchain workflow by adding it to job outputs and inputs
  • Sets the default revision to refs/heads/main in the context setup

Reviewed Changes

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

File Description
.github/workflows/swift-toolchain.yml Adds swift_subprocess_revision as a required string input parameter
.github/workflows/build-toolchain.yml Propagates swift_subprocess_revision through job outputs and inputs, sets default to main branch

@compnerd compnerd merged commit 4665201 into main Jul 16, 2025
1 check passed
@compnerd compnerd deleted the compnerd/subprocess branch July 16, 2025 18:03
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