xumingming commented on PR #5778: URL: https://github.com/apache/incubator-gluten/pull/5778#issuecomment-2116366850
> The valid command is > > ``` > ./dev/buildbundle-veloxbe.sh ALL > ./dev/buildbundle-veloxbe.sh 3.2 > ./dev/buildbundle-veloxbe.sh 3.3 > ./dev/buildbundle-veloxbe.sh 3.4 > ./dev/buildbundle-veloxbe.sh 3.5 > ``` > > Can you update documents as well? @FelixYBW Added document in `docs/get-started/build-guide.md`, the command I was using is actually: ```bash ./dev/buildbundle-veloxbe.sh --enable_ep_cache=ON --run_setup_script=OFF --build_type=Debug --spark_version=3.5 ``` Which is used along with other options like `--build_type` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
