Skip to content

Commit 4665201

Browse files
committed
GHA: add swift-subprocess revision tracking
Prepare for building swift-subprocess, start tracking the revision information.
1 parent 69dc1e1 commit 4665201

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
swift_markdown_revision: ${{ steps.context.outputs.swift_markdown_revision }}
184184
swift_package_manager_revision: ${{ steps.context.outputs.swift_package_manager_revision }}
185185
swift_revision: ${{ steps.context.outputs.swift_revision }}
186+
swift_subprocess_revision: ${{ steps.context.outputs.swift_subprocess_revision }}
186187
swift_syntax_revision: ${{ steps.context.outputs.swift_syntax_revision }}
187188
swift_system_revision: ${{ steps.context.outputs.swift_system_revision }}
188189
swift_testing_revision: ${{ steps.context.outputs.swift_testing_revision }}
@@ -278,6 +279,7 @@ jobs:
278279
swift_lmdb_revision=refs/heads/main
279280
swift_markdown_revision=refs/tags/${{ inputs.swift_tag }}
280281
swift_package_manager_revision=refs/tags/${{ inputs.swift_tag }}
282+
swift_subprocess_revision=refs/heads/main
281283
swift_syntax_revision=refs/tags/${{ inputs.swift_tag }}
282284
swift_system_revision=refs/tags/1.3.0
283285
swift_testing_revision=refs/heads/main
@@ -831,6 +833,7 @@ jobs:
831833
swift_markdown_revision: ${{ needs.context.outputs.swift_markdown_revision }}
832834
swift_package_manager_revision: ${{ needs.context.outputs.swift_package_manager_revision }}
833835
swift_revision: ${{ needs.context.outputs.swift_revision }}
836+
swift_subprocess_revision: ${{ needs.context.outputs.swift_subprocess_revision }}
834837
swift_syntax_revision: ${{ needs.context.outputs.swift_syntax_revision }}
835838
swift_system_revision: ${{ needs.context.outputs.swift_system_revision }}
836839
swift_testing_revision: ${{ needs.context.outputs.swift_testing_revision }}
@@ -914,6 +917,7 @@ jobs:
914917
swift_markdown_revision: ${{ needs.context.outputs.swift_markdown_revision }}
915918
swift_package_manager_revision: ${{ needs.context.outputs.swift_package_manager_revision }}
916919
swift_revision: ${{ needs.context.outputs.swift_revision }}
920+
swift_subprocess_revision: ${{ needs.context.outputs.swift_subprocess_revision }}
917921
swift_syntax_revision: ${{ needs.context.outputs.swift_syntax_revision }}
918922
swift_system_revision: ${{ needs.context.outputs.swift_system_revision }}
919923
swift_testing_revision: ${{ needs.context.outputs.swift_testing_revision }}

.github/workflows/swift-toolchain.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ on:
155155
required: true
156156
type: string
157157

158+
swift_subprocess_revision:
159+
required: true
160+
type: string
161+
158162
swift_syntax_revision:
159163
required: true
160164
type: string

0 commit comments

Comments
 (0)