-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build-script] Split the build-script-impl pipeline into two pipelines so I can put a build-script product pipeline in between. #38888
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
[build-script] Split the build-script-impl pipeline into two pipelines so I can put a build-script product pipeline in between. #38888
Conversation
@swift-ci smoke test |
1 similar comment
@swift-ci smoke test |
04389fd
to
ff49fc3
Compare
@swift-ci test |
@swift-ci build toolchain |
Linux Toolchain (Ubuntu 16.04) Install command |
Build failed |
…s so I can put a build-script product pipeline in between. This is where I am going to put the stage 2 swift. The reason why I need to do this is that I need libdispatch, foundation, etc on Linux to use the stage2 compiler.
ff49fc3
to
4f149d0
Compare
@swift-ci test |
@swift-ci build toolchain |
Linux Toolchain (Ubuntu 16.04) Install command |
Build failed |
The toolchain and linux build failed due to something that was reverted in the mean time. |
@swift-ci test linux platform |
This is where I am going to put the stage 2 swift. The reason why I need to do
this is that I need libdispatch, foundation, etc on Linux to use the stage2
compiler.