Issue facing in running tests using multibuild in aarch64 platform
odidev opened this issue · 6 comments
I am working on adding arm64 jobs in Travis for freetype library. It uses multibuild to build wheel and run the tests. I have added the job in travis with config settings as MB_PYTHON_VERSION=3.6, MB_ML_VER=2014, PLAT = aarch64. I am facing issue "standard_init_linux.go:211: exec user process caused "exec format error"" in testing phase when calling the function "install_run $PLAT". It is running the test cases in docker container with docker image "matthewbrett/trusty:64", which I suppose is for x86_64 platform.
Kindly, May I know how can I resolve this issue.
@matthew-brett ,
Thanks for the reply.
As we are using manylinux aarch64 docker image for building wheel with docker_build_wrap.sh, why we need to use different docker image for running the tests why not in the same container with docker_test_wrap.sh. Can you help me in understanding the same.
@matthew-brett
In PR #314 , commit matthew-brett@f16e61f fixes this issue. May I know when it will be merged. So, that I can use the same in freetype package.
Closing, please reopen if there are still problems or open a new issue.