[android] Update docker image for SDK and Qt support#44548
Closed
dg0yt wants to merge 6 commits intomicrosoft:masterfrom
Closed
[android] Update docker image for SDK and Qt support#44548dg0yt wants to merge 6 commits intomicrosoft:masterfrom
dg0yt wants to merge 6 commits intomicrosoft:masterfrom
Conversation
Supported distribution for Qt for Android.
dg0yt
commented
Mar 22, 2025
| ## PowerShell | ||
| dpkg -i packages-microsoft-prod.deb | ||
| rm -f packages-microsoft-prod.deb | ||
| add-apt-repository universe |
Contributor
Author
There was a problem hiding this comment.
Discovered by set -e.
|
|
||
| ADD https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb /packages-microsoft-prod.deb | ||
| ADD https://builds.openlogic.com/downloadJDK/openlogic-openjdk/11.0.25+9/openlogic-openjdk-11.0.25+9-linux-x64.tar.gz /openlogic-openjdk-11.0.25+9-linux-x64.tar.gz | ||
| ADD https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14+7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.14_7.tar.gz /OpenJDK17U-jdk_x64_linux_hotspot_17.0.14_7.tar.gz |
Contributor
Author
There was a problem hiding this comment.
Comment on lines
+85
to
+83
| find android-sdk/platforms -type d -exec chmod o+rx '{}' ';' | ||
| find android-sdk/platforms -type f -exec chmod o+r '{}' ';' |
Contributor
Author
There was a problem hiding this comment.
unzip creating rwxrwx--- 🤦
dg0yt
commented
Mar 22, 2025
Contributor
|
@Victor-Bergman Add reviewed tag for further review by the vcpkg team. |
Contributor
Author
|
@BillyONeal I hope there is a slot for this. |
BillyONeal
added a commit
to BillyONeal/vcpkg
that referenced
this pull request
Apr 8, 2025
Member
|
The contents of this PR were incorporated into #44922 ; thanks! |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complements #42080.
CC @BillyONeal