Home
last modified time | relevance | path

Searched full:dockcross (Results 1 – 25 of 32) sorted by relevance

12

/external/protobuf/kokoro/linux/aarch64/dockcross_helpers/
Drun_dockcross_linux_aarch64.sh15 # Pin the dockcross image since newer versions of the image break the build
16 PINNED_DOCKCROSS_IMAGE_VERSION=dockcross/linux-arm64:20210625-795dd4d
18 # running dockcross image without any arguments generates a wrapper
19 # scripts that can be used to run commands under the dockcross image
21 # See https://github.com/dockcross/dockcross#usage for details
22 docker run $DOCKER_TTY_ARGS --rm $PINNED_DOCKCROSS_IMAGE_VERSION >dockcross-linux-arm64.sh
23 chmod +x dockcross-linux-arm64.sh
27 sed -i 's/\r//g' dockcross-linux-arm64.sh
29 # The dockcross wrapper script runs arbitrary commands under the selected dockcross
36 ./dockcross-linux-arm64.sh --image $PINNED_DOCKCROSS_IMAGE_VERSION -- "$@"
Drun_dockcross_manylinux2014_aarch64.sh15 # Pin the dockcross image since newer versions of the image break the build
16 PINNED_DOCKCROSS_IMAGE_VERSION=dockcross/manylinux2014-aarch64:20210803-41e5c69
18 # running dockcross image without any arguments generates a wrapper
19 # scripts that can be used to run commands under the dockcross image
21 # See https://github.com/dockcross/dockcross#usage for details
22 docker run $DOCKER_TTY_ARGS --rm $PINNED_DOCKCROSS_IMAGE_VERSION >dockcross-manylinux2014-aarch64.sh
23 chmod +x dockcross-manylinux2014-aarch64.sh
27 sed -i 's/\r//g' dockcross-manylinux2014-aarch64.sh
29 # The dockcross wrapper script runs arbitrary commands under the selected dockcross
36 ./dockcross-manylinux2014-aarch64.sh --image $PINNED_DOCKCROSS_IMAGE_VERSION -- "$@"
/external/cronet/third_party/protobuf/kokoro/linux/aarch64/dockcross_helpers/
Drun_dockcross_manylinux2014_aarch64.sh15 # Pin the dockcross image since newer versions of the image break the build
16 PINNED_DOCKCROSS_IMAGE_VERSION=dockcross/manylinux2014-aarch64:20210803-41e5c69
18 # running dockcross image without any arguments generates a wrapper
19 # scripts that can be used to run commands under the dockcross image
21 # See https://github.com/dockcross/dockcross#usage for details
22 docker run $DOCKER_TTY_ARGS --rm $PINNED_DOCKCROSS_IMAGE_VERSION >dockcross-manylinux2014-aarch64.sh
23 chmod +x dockcross-manylinux2014-aarch64.sh
27 sed -i 's/\r//g' dockcross-manylinux2014-aarch64.sh
29 # The dockcross wrapper script runs arbitrary commands under the selected dockcross
36 ./dockcross-manylinux2014-aarch64.sh --image $PINNED_DOCKCROSS_IMAGE_VERSION -- "$@"
Drun_dockcross_linux_aarch64.sh15 # Pin the dockcross image since newer versions of the image break the build
16 PINNED_DOCKCROSS_IMAGE_VERSION=dockcross/linux-arm64:20210625-795dd4d
18 # running dockcross image without any arguments generates a wrapper
19 # scripts that can be used to run commands under the dockcross image
21 # See https://github.com/dockcross/dockcross#usage for details
22 docker run $DOCKER_TTY_ARGS --rm $PINNED_DOCKCROSS_IMAGE_VERSION >dockcross-linux-arm64.sh
23 chmod +x dockcross-linux-arm64.sh
27 sed -i 's/\r//g' dockcross-linux-arm64.sh
29 # The dockcross wrapper script runs arbitrary commands under the selected dockcross
36 ./dockcross-linux-arm64.sh --image $PINNED_DOCKCROSS_IMAGE_VERSION -- "$@"
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/
DDockerfile16 # on x64 machine. The dockcross/manylinux2014-aarch64 image is a x86_64
18 # Use an older version of dockcross image that has gcc4.9.4 because it was built
19 # before https://github.com/dockcross/dockcross/pull/449
20 FROM dockcross/manylinux2014-aarch64:20200929-608e6ac
30 # the dockcross docker image sets variables like CC, CXX etc.
33 # see https://github.com/dockcross/dockcross/blob/4349cb4999401cbf22a90f46f5052d29be240e50/manylinu…
/external/capstone/.github/workflows/
Dpython-publish.yml41 docker run --rm -v `pwd`/:/work dockcross/manylinux1-x86 > ./dockcross
42 chmod +x ./dockcross
43 ./dockcross bindings/python/build_wheel.sh
45 docker run --rm -v `pwd`/:/work dockcross/manylinux1-x64 > ./dockcross
46 chmod +x ./dockcross
47 ./dockcross bindings/python/build_wheel.sh
/external/protobuf/kokoro/linux/aarch64/
Dtest_cpp_aarch64.sh3 # 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
Dcpp_crosscompile_and_run_tests_with_qemu_aarch64.sh4 # 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
Dpython_crosscompile_aarch64.sh5 # 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
Dtest_python_aarch64.sh15 # crosscompile python extension and the binary wheel under dockcross/manylinux2014-aarch64 image
Dtest_ruby_aarch64.sh16 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
/external/cronet/third_party/protobuf/kokoro/linux/aarch64/
Dtest_cpp_aarch64.sh3 # 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
Dcpp_crosscompile_and_run_tests_with_qemu_aarch64.sh4 # 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
Dpython_crosscompile_aarch64.sh5 # 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
Dtest_python_aarch64.sh15 # crosscompile python extension and the binary wheel under dockcross/manylinux2014-aarch64 image
Dtest_ruby_aarch64.sh16 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
Dtest_javascript_aarch64.sh16 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
Dtest_php_aarch64.sh21 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_linux_armv7/
DDockerfile16 # on x64 machine. The dockcross/linux-armv7 image is a x86_64
18 FROM dockcross/linux-armv7
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh45 # check whether we are crosscompiling. AUDITWHEEL_ARCH is set by the dockcross docker image.
50 # the value should be manylinuxABC_ARCH and dockcross docker image
62 # 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
Dartifact_targets.py127 # included in the default dockcross toolchain and we needed
153 # included in the default dockcross toolchain and we needed
264 # for aarch64, use a dockcross manylinux image that will
319 # for aarch64, use a dockcross manylinux image that will
/external/cronet/third_party/protobuf/kokoro/release/python/linux/
Dbuild_artifacts.sh71 # crosscompilation is only supported with the dockcross manylinux2014 image
72 DOCKER_IMAGE=dockcross/manylinux2014-aarch64:20210706-65bf2dd
Dconfig.sh26 # in the dockcross docker image.
64 # the value should be manylinuxABC_ARCH and dockcross docker image
/external/protobuf/kokoro/release/python/linux/
Dbuild_artifacts.sh71 # crosscompilation is only supported with the dockcross manylinux2014 image
72 DOCKER_IMAGE=dockcross/manylinux2014-aarch64:20210706-65bf2dd
Dconfig.sh26 # in the dockcross docker image.
64 # the value should be manylinuxABC_ARCH and dockcross docker image

12