We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd36165 commit 8f08fc7Copy full SHA for 8f08fc7
cross-ubuntu-py/Dockerfile.py313
@@ -100,7 +100,7 @@ ARG EXTRA_CROSSENV_ARGS=
100
101
RUN set -xe; \
102
ldconfig; \
103
- python3.13 -m pip install 'crossenv~=1.5.0'; \
+ python3.13 -m pip install https://github.com/virtuald/crossenv/archive/patch-pip-packaging-tags.zip; \
104
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}; \
105
/build/venv/bin/cross-pip install wheel;
106
0 commit comments