-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
GitHub will be shutting down Intel runners starting in September: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down
The build system currently doesn't support Canadian cross builds on aarch64, which is needed for the Intel hosted toolchains:
opensdk/utils/build-frontend.sh
Lines 34 to 38 in a7197eb
| if [ "$WPI_BUILD_TUPLE" != "$WPI_HOST_TUPLE" ]; then | |
| # Check if system is a x86_64 system | |
| if [ "$(uname -m)" != "x86_64" ]; then | |
| die "Currently canadian builds require a x86_64 build system" | |
| fi |
Metadata
Metadata
Assignees
Labels
No labels