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

Build ios on arm runner #5086

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Build ios on arm runner #5086

wants to merge 18 commits into from

Conversation

m-kuhn
Copy link
Member

@m-kuhn m-kuhn commented Mar 11, 2024

Apple asked for builds with a newer SDK -- and it should be faster anyway

@qfield-fairy
Copy link
Collaborator

qfield-fairy commented Mar 11, 2024

Copy link
Member

@nirvn nirvn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hurray for speed gains!

@nirvn
Copy link
Member

nirvn commented Mar 11, 2024

@m-kuhn , so close 😀

I think you need to update the Qt host path here to take into account the arch change:

set(QT_HOST_PATH "${VCPKG_INSTALLED_DIR}/x64-osx")

CMakeLists.txt Outdated Show resolved Hide resolved
.github/workflows/ios.yml Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
@m-kuhn
Copy link
Member Author

m-kuhn commented Mar 11, 2024

@nirvn the host triplets are manually initialized from the command line now ...
I guess we need to update the docker scripts and dev docs alongside.

@nirvn
Copy link
Member

nirvn commented Mar 11, 2024

@m-kuhn , ok, it's still preferable to an absolute path, would you agree? If so yeah let's tweak the others bits you mentioned.

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.

None yet

3 participants