Skip to content

[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

Open
wants to merge 3 commits into
base: release/6.1
Choose a base branch
from

Conversation

dschaefer2
Copy link
Member

I just copied the files from main.

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 ""
Copy link
Contributor

@bkhouri bkhouri Apr 28, 2025

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?

Copy link
Member Author

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.

Copy link
Contributor

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 ;)

@bkhouri
Copy link
Contributor

bkhouri commented Apr 28, 2025

And this is a duplicate of #8537

@bkhouri
Copy link
Contributor

bkhouri commented Apr 28, 2025

@swift-ci test macOS

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.

2 participants