Skip to content

Commit c75b916

Browse files
authored
Update to crossenv 1.6 (#65)
1 parent 2640024 commit c75b916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cross-ubuntu-py/Dockerfile.py311

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

9393
RUN 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

cross-ubuntu-py/Dockerfile.py312

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

9999
RUN 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

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 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

0 commit comments

Comments
 (0)