Skip to content
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

pipeline: Run proper cross compile host #8304

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bkhouri
Copy link
Contributor

@bkhouri bkhouri commented Feb 24, 2025

The build-using-self script was always using macos arm64 as a cross compile host.

Modify the build-using-self's cross compile host to use x86_64 when on ARM, arm64 when on x86_64, and raise an exception when an any other architecture.

@bkhouri
Copy link
Contributor Author

bkhouri commented Feb 24, 2025

@swift-ci please test

The build-using-self script was always using macos arm64 as a cross
compile host.

Modify the build-using-self's cross compile host to use x86_64 when on
ARM, arm64 when on x86_64, and raise an exception when an any other
architecture.
@bkhouri bkhouri force-pushed the t/main/update_build-using-self_to_properly_handle_cross_compile_on-macos branch from bced3f9 to 937d772 Compare February 25, 2025 18:57
@bkhouri
Copy link
Contributor Author

bkhouri commented Feb 27, 2025

@swift-ci please test

@bkhouri bkhouri marked this pull request as ready for review March 17, 2025 15:37
@bkhouri
Copy link
Contributor Author

bkhouri commented Mar 17, 2025

@swift-ci please test windows

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