Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment
  • Loading branch information
jorisvandenbossche committed Feb 10, 2024
commit c74d110ecdd7cf837f00f23ac0fb75b11f843312
3 changes: 0 additions & 3 deletions ci/manylinux_2_28_aarch64-vcpkg-gdal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM quay.io/pypa/manylinux_2_28_aarch64:2024-01-23-12ffabc
# building openssl needs IPC-Cmd (https://github.com/microsoft/vcpkg/issues/24988)
RUN dnf -y install curl zip unzip tar ninja-build perl-IPC-Cmd

# require python >= 3.7 (python 3.6 is default on base image) for meson
RUN ln -s /opt/python/cp38-cp38/bin/python3 /usr/bin/python3

RUN git clone https://github.com/Microsoft/vcpkg.git /opt/vcpkg && \
git -C /opt/vcpkg checkout 6df4d4f49866212aa00fcd85fde5356503dafed1

Expand Down
1 change: 1 addition & 0 deletions ci/requirements-wheel-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pytest 8.0 gives permission error (https://github.com/pytest-dev/pytest/issues/11904)
pytest<8
# dependencies of geopandas (installed separately with --no-deps to avoid fiona)
pandas
Expand Down