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

Conda pack for iOS #8545

Merged
merged 20 commits into from
Jan 23, 2024
Merged

Conda pack for iOS #8545

merged 20 commits into from
Jan 23, 2024

Conversation

strseb
Copy link
Collaborator

@strseb strseb commented Nov 13, 2023

Description

For Android & Windows we pre-pack the conda enviroment once if the env.yml changes.
iOS and Macos still fetch that every time on build, so let's start packing that too.

@strseb strseb requested a review from a team as a code owner November 13, 2023 15:19
@strseb strseb requested review from jcristau and removed request for a team November 13, 2023 15:19
@strseb strseb marked this pull request as draft November 13, 2023 15:19
@strseb strseb marked this pull request as ready for review January 22, 2024 21:34
@strseb strseb changed the title WIP: Conda pack for iOS Conda pack for iOS Jan 22, 2024
@@ -17,9 +17,9 @@ fi

export QT_DIR=$CONDA_PREFIX/Qt
# QT_Host Tools
python -m aqt install-qt --outputdir $QT_DIR $HOST_TARGET
python -m aqt install-qt --outputdir $QT_DIR $HOST_TARGET -m all
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this change required now and not required before?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems we have a new tool (for 6.6)) that the host is expected to have but that's not in the default install 😖

Comment on lines +28 to +42
ios-arm64-qt-next/debug:
description: "IOS Debug Build using Qt-Next"
treeherder:
symbol: NEXT
fetches:
toolchain:
- conda-ios-6.6.0

ios-arm64/debug:
description: "IOS Debug Build using Qt-Next"
treeherder:
symbol: BD
fetches:
toolchain:
- conda-ios-6.2.4
Copy link
Contributor

Choose a reason for hiding this comment

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

For my understanding. This change is unrelated to the conda pack stuff, right?

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess it's made easier by the conda-pack stuff... 🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I should have named the pr "let's build iOS with qt 6.6 and for that i am clearing some tech debt" :D

@strseb strseb merged commit e3d8ce4 into main Jan 23, 2024
128 checks passed
@strseb strseb deleted the basti/pack_conda_darwin branch January 23, 2024 13:38
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