datafusion-ballista
datafusion-ballista copied to clipboard
Cannot build Ballista docker images on Apple silicon
Describe the bug I can't run the integration tests on an M1 MacBook Air.
apache/arrow-datafusion#6 2.909 musl-gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -fPIC -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/musl/ssl\"" -DENGINESDIR="\"/usr/local/musl/lib/engines-1.1\"" -DNDEBUG -DOPENSSL_NO_SECURE_MEMORY -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c
apache/arrow-datafusion#6 2.912 cc1: error: unrecognized command line option '-m64'
To Reproduce
./dev/integration-tests.sh
Expected behavior Should work.
Additional context None