zhengruifeng opened a new pull request, #55255: URL: https://github.com/apache/spark/pull/55255
This is a cherry-pick of https://github.com/apache/spark/commit/c8695495569e4058a758b111ebc942fc4906494c for branch-4.0. ### What changes were proposed in this pull request? Add `cmake` to the `apt-get install` list in CI Docker images (`docs`, `lint`, `sparkr`). ### Why are the changes needed? The R `fs` package (a transitive dependency of `devtools`, `testthat`, `rmarkdown`) now bundles `libuv v1.52.0`, which requires `cmake` to build. This causes the "Base image build" job to fail with: ``` /bin/bash: line 2: cmake: command not found make: *** [Makevars:44: libuv] Error 127 ERROR: compilation failed for package 'fs' ``` The `fs` compilation failure cascades into: `sass` → `bslib` → `shiny` → `rmarkdown` → `devtools` → `testthat`, breaking the entire R package installation. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI should pass with the updated Docker images. ### Was this patch authored or co-authored using generative AI tooling? Co-authored-by: Claude code (Opus 4.6) -- 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]
