-
Notifications
You must be signed in to change notification settings - Fork 113
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
Conda pack for iOS #8545
Conversation
2d8b033
to
bf427bc
Compare
abdf777
to
cc33e63
Compare
082147f
to
56842c8
Compare
56842c8
to
3e39bf4
Compare
@@ -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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 😖
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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... 🤔
There was a problem hiding this comment.
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
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.