Huy1Ng opened a new issue, #1288:
URL: https://github.com/apache/datafusion-ballista/issues/1288

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Python CI time is getting worse. It's now taking over 40 minutes to 
complete. The workflow is severely bottlenecked at [Mac x86_64 
(3.10)](https://github.com/apache/datafusion-ballista/actions/runs/16625562819/job/47040965358#logs)
 and [Mac/Win (3.10, 
windows-latest)](https://github.com/apache/datafusion-ballista/actions/runs/16625562819/job/47040965361#logs)
 (41 and 34min respectively). All other jobs ran fine under 20 minutes. And if 
we remove the redundant `cargo build` step, it could shave off 8 minutes for 
each job.
   
   
   **Describe the solution you'd like**
   The build time should be under 20 minutes, in line with other CI workflows
   
   **Describe alternatives you've considered**
   We could: **1.** accept the slow build time for Python **2.** remove those 2 
slow jobs **3.** use some optimization flags to speed up the build (doubt that 
we could bring them back under 20 minutes this way tho)
   
   **Additional context**
   I didn't find any way to speed up the build process other than removing the 
redundant `cargo build` before `maturin build` 
   


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to