Skip to content

Commit a8423b8

Browse files
authored
Bump crossenv to 1.6.1 (#67)
1 parent 71d9034 commit a8423b8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 'crossenv~=1.6.0'; \
95+
python3.11 -m pip install 'crossenv~=1.6.1'; \
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 'crossenv~=1.6.0'; \
101+
python3.12 -m pip install 'crossenv~=1.6.1'; \
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 'crossenv~=1.6.0'; \
103+
python3.13 -m pip install 'crossenv~=1.6.1'; \
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

cross-ubuntu-py/Dockerfile.py314

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.14 -m pip install 'crossenv~=1.6.0'; \
103+
python3.14 -m pip install 'crossenv~=1.6.1'; \
104104
python3.14 -m crossenv /build/crosspy/bin/python3.14 /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)