-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build] Clean llbuild before building by default #36686
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
Conversation
Introduce a new parameter `--skip-llbuild-clean` to prevent this from happening. This mimicks similar logic in place for `swiftpm`, `swift-driver` (swiftlang#33563) and `xctest` (swiftlang#19512) Addresses rdar://75057069
@swift-ci please smoke test |
@swift-ci please clean test Windows |
@swift-ci please smoke test |
@swift-ci please clean test Windows |
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
@swift-ci please smoke test Linux |
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
Windows PR testing failue is unrelated to this PR (VS2019 incremental bot is failing the same way) |
Introduce a new parameter
--skip-llbuild-clean
to prevent this fromhappening.
This mimicks similar logic in place for
swiftpm
,swift-driver
(#33563) and
xctest
(#19512)Addresses rdar://75057069