Skip to content

utils: update the build-windows-toolchain.bat to extract the toolchain #68319

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 3 commits into from
Sep 18, 2023

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Sep 4, 2023

Fetch a prebuilt toolchain to build the toolchain. This is required to enable the macro support on Windows.

@compnerd
Copy link
Member Author

compnerd commented Sep 4, 2023

@swift-ci please build toolchain Windows platform

@compnerd compnerd mentioned this pull request Sep 4, 2023
9 tasks
@compnerd
Copy link
Member Author

compnerd commented Sep 4, 2023

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 5, 2023

@swift-ci please build toolchain windows platform

1 similar comment
@shahmishal
Copy link
Member

@swift-ci please build toolchain windows platform

@shahmishal
Copy link
Member

@swift-ci test Windows

@compnerd
Copy link
Member Author

compnerd commented Sep 5, 2023

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 6, 2023

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 6, 2023

@swift-ci please build toolchain Windows platform

1 similar comment
@compnerd
Copy link
Member Author

compnerd commented Sep 6, 2023

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 6, 2023

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 6, 2023

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 6, 2023

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 6, 2023

@swift-ci please build toolchain windows platform

8 similar comments
@shahmishal
Copy link
Member

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 8, 2023

@swift-ci please build toolchain windows platform

@shahmishal
Copy link
Member

@swift-ci please build toolchain windows platform

@shahmishal
Copy link
Member

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 8, 2023

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 8, 2023

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 8, 2023

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 8, 2023

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 8, 2023

@swift-ci please build toolchain windows platform

1 similar comment
@compnerd
Copy link
Member Author

compnerd commented Sep 9, 2023

@swift-ci please build toolchain windows platform

@compnerd
Copy link
Member Author

compnerd commented Sep 9, 2023

Please test with following PRs:
swiftlang/swift-installer-scripts#246

@swift-ci please build toolchain Windows platform

2 similar comments
@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#246

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#246

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please smoke test

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please test Windows platform

2 similar comments
@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please test Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please test Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please test Windows platform

compnerd and others added 3 commits September 15, 2023 15:57
# This is the 1st commit message:

utils: update the build-windows-toolchain.bat to extract the toolchain

Fetch a prebuilt toolchain to build the toolchain.  This is required to
enable the macro support on Windows.

# The commit message swiftlang#2 will be skipped:

# build: build SwiftSyntax before the toolchain build
#
# Perform a build of Swift Syntax prior to the build of the toolchain so
# that we can enable the early swift syntax parser builds.  This is a
# prerequisite for enabling macros on Windows.

# The commit message swiftlang#3 will be skipped:

# # This is a combination of 5 commits.
# # This is the 1st commit message:
#
# build: wire up the early swift-syntax build to the build
#
# This enables the early swift syntax build to get us macro support on
# Windows.
#
# # The commit message swiftlang#2 will be skipped:
#
# # Update build-windows-toolchain.bat
#
# # The commit message swiftlang#3 will be skipped:
#
# # Update build-windows-toolchain.bat
#
# # The commit message swiftlang#4 will be skipped:
#
# # Update build-windows-toolchain.bat
#
# # The commit message swiftlang#5 will be skipped:
#
# # Update build-windows-toolchain.bat
Fetch a prebuilt toolchain to build the toolchain.  This is required to
enable the macro support on Windows.

utils: update the build-windows-toolchain.bat to extract the toolchain

Fetch a prebuilt toolchain to build the toolchain.  This is required to
enable the macro support on Windows.
@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please test Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please build toolchain Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#245

@swift-ci please smoke test

@compnerd compnerd merged commit e2a344b into swiftlang:main Sep 18, 2023
@compnerd compnerd deleted the extraction branch September 18, 2023 15:13
bnbarham pushed a commit to bnbarham/swift that referenced this pull request Sep 28, 2023
Fetch and extract a prebuilt toolchain to enable macros support on 5.10.
This is a squashed cherry-pick of swiftlang#68319, swiftlang#68641, and swiftlang#68835.
bnbarham pushed a commit to bnbarham/swift that referenced this pull request Sep 28, 2023
Fetch and extract a prebuilt toolchain to enable macros support on 5.10.
This is a squashed cherry-pick of swiftlang#68319, swiftlang#68641, and swiftlang#68835.
bnbarham pushed a commit to bnbarham/swift that referenced this pull request Sep 29, 2023
Fetch and extract a prebuilt toolchain to enable macros support on 5.10.
This is a squashed cherry-pick of swiftlang#68319, swiftlang#68411, swiftlang#68641, and swiftlang#68835.
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.

3 participants