sarutak opened a new pull request, #55740:
URL: https://github.com/apache/spark/pull/55740

   ### What changes were proposed in this pull request?
   This PR adds `apt-get update` before `apt-get install` for R-related dev 
libraries in the CI Dockerfile.
   
   ### Why are the changes needed?
   The CI Dockerfile for branch-3.5 has `apt-get install` for R dev 
dependencies (`libtiff5-dev`, `libharfbuzz-dev`, etc.) in a separate `RUN` 
layer from the earlier `apt-get update`. When packages are superseded on the 
Ubuntu 20.04 archive, the cached package index becomes stale and the install 
fails with 404 errors:
   https://github.com/apache/spark/actions/runs/25373567724/job/74403015951
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   GA.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   Kiro CLI / 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]

Reply via email to