yangxk1 opened a new issue, #833: URL: https://github.com/apache/incubator-graphar/issues/833
### Describe the bug, including details regarding any error messages, version, and platform. ### CI Job Failure Report **Date of Report:** 2026-01-21 08:03:51 UTC #### Issue Description: The CI job failed during the recent build at [this action run](https://github.com/apache/incubator-graphar/actions/runs/21196506325/job/60988330908). #### Main Problems: 1. **Bash Not Installed:** The CI job fails because Bash is not installed by default, which causes the `install-action` step to fail. 2. **Broken Package Dependencies:** The installation of `libarrow-acero-dev` fails due to broken package dependencies. #### Suggested Solutions: - Install Bash at the beginning of the CI job to ensure that the scripts can run properly. - Check for held or broken packages prior to attempting to install Arrow dependencies to avoid further installation failures. CC: @Sober7135 --- ### Component(s) Rust, Developer Tools -- 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]
