Skip to content

Commit 6ccebfe

Browse files
committed
GHA: setup swift toolchain version information
This embeds a compiler version tag into the output so that we can easily identify the toolchain.
1 parent 578a7ae commit 6ccebfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,7 @@ jobs:
11751175
-D SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=${{ github.workspace }}/SourceCache/swift-syntax `
11761176
-D SWIFT_PATH_TO_STRING_PROCESSING_SOURCE=${{ github.workspace }}/SourceCache/swift-experimental-string-processing `
11771177
-D SWIFT_PATH_TO_SWIFT_SDK="${{ steps.setup-context.outputs.sdkroot }}" `
1178+
-D SWIFT_TOOLCHAIN_VERSION="${{ inputs.swift_version}} ${{ inputs.swift_tag }}" `
11781179
-D CLANG_VENDOR=compnerd.org `
11791180
-D CLANG_VENDOR_UTI=org.compnerd.dt `
11801181
-D cmark-gfm_DIR=${{ github.workspace }}/BinaryCache/Library/cmark-gfm-${{ inputs.swift_cmark_version }}/usr/lib/cmake `

0 commit comments

Comments
 (0)