mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
Fix typos in Dockerfile.in and prepare_cross_env.sh
This commit is contained in:
@@ -27,7 +27,7 @@ ENV CROSS_TRIPLE=aarch64-unknown-linux-gnu
|
||||
ENV CROSS_ROOT=${XCC_PREFIX}/${CROSS_TRIPLE}
|
||||
ENV PATH=${PATH}:${CROSS_ROOT}/bin
|
||||
|
||||
# Running scripts to cross compile python and copy libstdc++ into toolcain
|
||||
# Running scripts to cross compile python and copy libstdc++ into toolchain
|
||||
ADD manylinux_2_34-aarch64/xc_script /tmp/
|
||||
RUN PASS=2 /tmp/docker_setup_scripts/copy_libstd.sh
|
||||
RUN /tmp/docker_setup_scripts/prepare_cross_env.sh
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
# AUTHOR: odidev
|
||||
# DATE: 2021-07-20
|
||||
# DESCRIPTION: This file intended to cross compile the python and create necessary
|
||||
# crossenv enrironment
|
||||
# crossenv environment
|
||||
|
||||
# The current env is not compatible to build python so resetting it as
|
||||
# in quay.io/pypa/manylinux2014_x86_64 containers
|
||||
# in quay.io/pypa/manylinux_2_34_x86_64 containers
|
||||
unset $(env | awk -F= '{print $1}')
|
||||
export SSL_CERT_FILE=/opt/_internal/certs.pem
|
||||
export TERM=xterm
|
||||
|
||||
Reference in New Issue
Block a user