Skip to content

[6.2][Build] Pass the toolchain version through to Swift's compilation #82096

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

Open
wants to merge 1 commit into
base: release/6.2
Choose a base branch
from

Conversation

bnbarham
Copy link
Contributor

@bnbarham bnbarham commented Jun 9, 2025

  • Explanation: Passes the value of the environment variable TOOLCHAIN_VERSION through to Swift's SWIFT_TOOLCHAIN_VERSION for use in eg. -print-target-info (and some day, --version).
  • Scope: Toolchain builds
  • Issues: N/A
  • Original PRs: [Build] Pass the toolchain version through to Swift's compilation #82071
  • Risk: No risk, just ends up adding an extra field to -print-target-info
  • Testing: Checked -print-target-info in built toolchain
  • Reviewers: @shahmishal

Passes the value of the environment variable `TOOLCHAIN_VERSION` through
to Swift's `SWIFT_TOOLCHAIN_VERSION` for use in eg.
`-print-target-info` (and some day, `--version`).

(cherry picked from commit 3982ebb)
@bnbarham bnbarham added 🍒 release cherry pick Flag: Release branch cherry picks swift 6.2 labels Jun 9, 2025
@bnbarham bnbarham requested a review from a team as a code owner June 9, 2025 00:28
@bnbarham
Copy link
Contributor Author

bnbarham commented Jun 9, 2025

@swift-ci please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 6.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant