Skip to content

Commit

Permalink
BLD/RLS: fix aarch64 wheel building (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 5, 2024
1 parent a5fccad commit cc6cb93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions ci/manylinux_2_28_aarch64-vcpkg-gdal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ RUN bootstrap-vcpkg.sh && \
COPY ci/custom-triplets/arm64-linux-dynamic-release.cmake opt/vcpkg/custom-triplets/arm64-linux-dynamic-release.cmake
COPY ci/vcpkg.json opt/vcpkg/

# temporary workaround for https://github.com/microsoft/vcpkg/issues/36094
COPY ci/vcpkg_linux_crosscompiling.patch opt/vcpkg/
RUN git -C /opt/vcpkg apply vcpkg_linux_crosscompiling.patch

ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/vcpkg/installed/arm64-linux-dynamic-release/lib"
RUN vcpkg install --overlay-triplets=opt/vcpkg/custom-triplets \
--feature-flags="versions,manifests" \
Expand Down
22 changes: 0 additions & 22 deletions ci/vcpkg_linux_crosscompiling.patch

This file was deleted.

0 comments on commit cc6cb93

Please sign in to comment.