Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Apr 12, 2021
1 parent ad7e671 commit 7308e72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kokoro/linux/aarch64/test_python_aarch64.sh
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
set -ex

# go to the repo root
cd $(dirname $0)/../../..
Expand All @@ -15,6 +15,9 @@ fi
# crosscompile python extension and the binary wheel under dockcross/manylinux2014-aarch64 image
kokoro/linux/aarch64/dockcross_helpers/run_dockcross_manylinux2014_aarch64.sh kokoro/linux/aarch64/python_crosscompile_aarch64.sh

ls kokoro/linux/aarch64/python_run_tests_with_qemu_aarch64.sh
echo $(pwd)

# once crosscompilation is done, use an actual aarch64 docker image (with a real aarch64 python) to run all the tests under an emulator
# * mount the protobuf root as /work to be able to access the crosscompiled files
# * intentionally use a different image than manylinux2014 so that we don't build and test on the same linux distribution
Expand Down

0 comments on commit 7308e72

Please sign in to comment.