Searched full:dockcross (Results 1 – 25 of 32) sorted by relevance
12
15 # Pin the dockcross image since newer versions of the image break the build16 PINNED_DOCKCROSS_IMAGE_VERSION=dockcross/linux-arm64:20210625-795dd4d18 # running dockcross image without any arguments generates a wrapper19 # scripts that can be used to run commands under the dockcross image21 # See https://github.com/dockcross/dockcross#usage for details22 docker run $DOCKER_TTY_ARGS --rm $PINNED_DOCKCROSS_IMAGE_VERSION >dockcross-linux-arm64.sh23 chmod +x dockcross-linux-arm64.sh27 sed -i 's/\r//g' dockcross-linux-arm64.sh29 # The dockcross wrapper script runs arbitrary commands under the selected dockcross36 ./dockcross-linux-arm64.sh --image $PINNED_DOCKCROSS_IMAGE_VERSION -- "$@"
15 # Pin the dockcross image since newer versions of the image break the build16 PINNED_DOCKCROSS_IMAGE_VERSION=dockcross/manylinux2014-aarch64:20210803-41e5c6918 # running dockcross image without any arguments generates a wrapper19 # scripts that can be used to run commands under the dockcross image21 # See https://github.com/dockcross/dockcross#usage for details22 docker run $DOCKER_TTY_ARGS --rm $PINNED_DOCKCROSS_IMAGE_VERSION >dockcross-manylinux2014-aarch64.sh23 chmod +x dockcross-manylinux2014-aarch64.sh27 sed -i 's/\r//g' dockcross-manylinux2014-aarch64.sh29 # The dockcross wrapper script runs arbitrary commands under the selected dockcross36 ./dockcross-manylinux2014-aarch64.sh --image $PINNED_DOCKCROSS_IMAGE_VERSION -- "$@"
16 # on x64 machine. The dockcross/manylinux2014-aarch64 image is a x86_6418 # Use an older version of dockcross image that has gcc4.9.4 because it was built19 # before https://github.com/dockcross/dockcross/pull/44920 FROM dockcross/manylinux2014-aarch64:20200929-608e6ac30 # the dockcross docker image sets variables like CC, CXX etc.33 # see https://github.com/dockcross/dockcross/blob/4349cb4999401cbf22a90f46f5052d29be240e50/manylinu…
41 docker run --rm -v `pwd`/:/work dockcross/manylinux1-x86 > ./dockcross42 chmod +x ./dockcross43 ./dockcross bindings/python/build_wheel.sh45 docker run --rm -v `pwd`/:/work dockcross/manylinux1-x64 > ./dockcross46 chmod +x ./dockcross47 ./dockcross bindings/python/build_wheel.sh
3 # Crosscompiles protobuf C++ under dockcross docker image and runs the tests under an emulator.13 # run the C++ build and test script under dockcross/linux-arm64 image
4 # NOTE: This script is expected to run under the dockcross/linux-arm64 docker image.11 # the build commands are expected to run under dockcross docker image
5 # NOTE: This script is expected to run under the dockcross/manylinux2014-aarch64 docker image.30 # the value should be manylinuxABC_ARCH and dockcross docker image
15 # crosscompile python extension and the binary wheel under dockcross/manylinux2014-aarch64 image
16 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
21 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
16 # on x64 machine. The dockcross/linux-armv7 image is a x86_6418 FROM dockcross/linux-armv7
45 # check whether we are crosscompiling. AUDITWHEEL_ARCH is set by the dockcross docker image.50 # the value should be manylinuxABC_ARCH and dockcross docker image62 # check whether we are crosscompiling. AUDITWHEEL_ARCH is set by the dockcross docker image.67 # our dockcross-based docker image onveniently provides the value in the AUDITWHEEL_PLAT env
127 # included in the default dockcross toolchain and we needed153 # included in the default dockcross toolchain and we needed264 # for aarch64, use a dockcross manylinux image that will319 # for aarch64, use a dockcross manylinux image that will
71 # crosscompilation is only supported with the dockcross manylinux2014 image72 DOCKER_IMAGE=dockcross/manylinux2014-aarch64:20210706-65bf2dd
26 # in the dockcross docker image.64 # the value should be manylinuxABC_ARCH and dockcross docker image