-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[6.1] Update build-using-self for CI. #8567
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
base: release/6.1
Are you sure you want to change the base?
Conversation
I just copied the files from main.
shlex.split(f"swift build --configuration {args.config} {ignore}"), | ||
) | ||
|
||
swift_testing_arg= "--enable-swift-testing" if args.enable_swift_testing else "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue (blocking): Tests on this branch will fail on Windows as the work to enabled tests on Windows was only done on main
.
The Windows self hosted pipeline was not meant to run on this branch.
Can we skip the tests on Windows only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, true. No reason we can't run it here. I'll fix the tests to get them passing as we did on main.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There will be be alot to disable ;)
And this is a duplicate of #8537 |
@swift-ci test macOS |
I just copied the files from main.