x86_64-android support - #1009
Merged
Merged
Conversation
Summary - Extender code coverage reportSummary
Coveragecom/defold/extender - 29.5%
com/defold/extender/builders - 0%
com/defold/extender/cache - 33.3%
com/defold/extender/cache/info - 100%
com/defold/extender/log - 14.2%
com/defold/extender/metrics - 38.8%
com/defold/extender/process - 52.7%
com/defold/extender/remote - 96%
com/defold/extender/services - 44.1%
com/defold/extender/services/cocoapods - 51.9%
com/defold/extender/services/data - 80.7%
com/defold/extender/tracing - 21.8%
com/defold/extender/utils - 0%
|
ekharkunov
commented
Aug 3, 2026
| RUN \ | ||
| echo '#!/usr/bin/env bash' > /usr/bin/lib && \ | ||
| echo 'wine ${WINDOWS_VCINSTALLDIR_2022}/bin/Hostx64/x64/lib.exe $*' >> /usr/bin/lib && \ | ||
| FROM europe-west1-docker.pkg.dev/extender-426409/extender-public-registry/extender-wine-env:1.5.0 |
ekharkunov
commented
Aug 3, 2026
| if "%OS%"=="Windows_NT" endlocal | ||
| :omega | ||
| @rem |
Contributor
Author
There was a problem hiding this comment.
Also whitespaces change
ekharkunov
marked this pull request as ready for review
August 3, 2026 13:53
AGulev
reviewed
Aug 3, 2026
| // new DefoldVersion("a", new Version(0, 0, 0), new String[] {"armv7-android", "x86_64-android", "x86_64-win32"} ), | ||
| // NOTE: x86_64-android can be added to the released SDKs below once a Defold | ||
| // release ships the platform in its extender/build.yml. | ||
| // // https://github.com/defold/defold/releases/tag/1.11.1 |
Contributor
There was a problem hiding this comment.
should we add integration test for this new platform?
Contributor
Author
There was a problem hiding this comment.
Yes, but I'll do it when first stable version with x86 support will be released because we use defoldsdk from S3.
AGulev
approved these changes
Aug 3, 2026
AGulev
left a comment
Contributor
There was a problem hiding this comment.
Looks good, just one small comment
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.
Related to defold/defold#12876