Skip to content

Commit 8f08fc7

Browse files
authored
Install crossenv from fork (#57)
- Fixes issue where non-systemcore aarch64 wheels are rejected by pip
1 parent fd36165 commit 8f08fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross-ubuntu-py/Dockerfile.py313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ARG EXTRA_CROSSENV_ARGS=
100100

101101
RUN set -xe; \
102102
ldconfig; \
103-
python3.13 -m pip install 'crossenv~=1.5.0'; \
103+
python3.13 -m pip install https://github.com/virtuald/crossenv/archive/patch-pip-packaging-tags.zip; \
104104
python3.13 -m crossenv /build/crosspy/bin/python3.13 /build/venv ${MACHINE_ARG} --sysroot=$(${TARGET_HOST}-gcc -print-sysroot) --env UNIXCONFDIR=/build/venv/cross/etc ${EXTRA_CROSSENV_ARGS}; \
105105
/build/venv/bin/cross-pip install wheel;
106106

0 commit comments

Comments
 (0)