File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ ARG EXTRA_CROSSENV_ARGS=
9292
9393RUN set -xe; \
9494 ldconfig; \
95- python3.11 -m pip install https://github.com/virtuald/ crossenv/archive/2d59977e9e4efa7e4cb22ca7ba81f8a12c36574b.zip ; \
95+ python3.11 -m pip install ' crossenv~=1.6.0' ; \
9696 python3.11 -m crossenv /build/crosspy/bin/python3.11 /build/venv --sysroot=$(${TARGET_HOST}-print-sysroot) --env UNIXCONFDIR=/build/venv/cross/etc ${EXTRA_CROSSENV_ARGS}; \
9797 /build/venv/bin/cross-pip install wheel;
9898
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ARG EXTRA_CROSSENV_ARGS=
9898
9999RUN set -xe; \
100100 ldconfig; \
101- python3.12 -m pip install https://github.com/virtuald/ crossenv/archive/2d59977e9e4efa7e4cb22ca7ba81f8a12c36574b.zip ; \
101+ python3.12 -m pip install ' crossenv~=1.6.0' ; \
102102 python3.12 -m crossenv /build/crosspy/bin/python3.12 /build/venv ${MACHINE_ARG} --sysroot=$(${TARGET_HOST}-gcc -print-sysroot) --env UNIXCONFDIR=/build/venv/cross/etc ${EXTRA_CROSSENV_ARGS}; \
103103 /build/venv/bin/cross-pip install wheel;
104104
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ ARG EXTRA_CROSSENV_ARGS=
100100
101101RUN set -xe; \
102102 ldconfig; \
103- python3.13 -m pip install https://github.com/virtuald/ crossenv/archive/2d59977e9e4efa7e4cb22ca7ba81f8a12c36574b.zip ; \
103+ python3.13 -m pip install ' crossenv~=1.6.0' ; \
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
You can’t perform that action at this time.
0 commit comments