velox icon indicating copy to clipboard operation
velox copied to clipboard

Cannot build velox with substrait

Open ChengjieLi28 opened this issue 2 years ago • 0 comments

Hi, I found a build issue for velox with substrait. When I execute the command CPU_TARGET="arm64" make debug EXTRA_CMAKE_FLAGS="-DVELOX_BUILD_TESTING=OFF -DVELOX_ENABLE_SUBSTRAIT=ON" NUM_THREADS=16 MAX_HIGH_MEM_JOBS=8 MAX_LINK_JOBS=16 on my M1 MacBook Pro, I got the following errors: logs.txt

And I try to use Intel CPU device to build velox with substrait, using the following Dockerfile to build velox with substrait in a ubuntu 22.04 environment. Dockerfile.txt I still got the same error.

So I am little confused that in CI pipeline, how does velox build velox with substrait successfully? Like this CI stage.

ChengjieLi28 avatar Aug 19 '22 08:08 ChengjieLi28