Conversation
|
Unfortunately, the change is not tested in vcpkg CI: Some dependency is marked as failing or not supported on arm, and this cascades to gdal. |
Sorry, I'm failing to follow the implications of this. Where I'm coming from: it builds fine for arm-android |
|
@m-kuhn I just wanted to point out that we cannot feel safe with all CI checks green because gdal:arm still is excluded implicitly. |
is or may be? |
|
Works at least on arm64-osx |
|
We know that gdal works on arm from using gdal without vcpkg. |
|
Building for arm doesn't work yet for windows targets (building with nmake). I adopted a modified version for the gdal 3.4.0 update in #21261. This should make this PR obsolete. |
|
Very good news, I'm more than happy to let go |
Describe the pull request
What does your PR fix?
Removes exclusion of gdal on arm.
This has been around forever, and it's hard to tell why it has been put there originally.
Builds fine here for android-arm, so I assume the cpu is not an issue.
If there are good reasons not to support arm, this PR shall be closed and a descriptive comment added instead, so once the issue has been fixed the port can be adapted accordingly.
Which triplets are supported/not supported? Have you updated the CI baseline?
all
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?yes