neilconway opened a new pull request, #25649:
URL: https://github.com/apache/datafusion/pull/25649

   ## Which issue does this PR close?
   
   - N/A
   
   ## Rationale for this change
   
   In the last few weeks, there were 73 instances of PRs being removed from the 
merge queue. ~90% of those removals were due to timeouts or other transient 
infrastructure issues. Of those, 9 removals came from failures attempting to 
update the `apt` cache as part of installing `clang`.
   
   Updating `apt` is actually not necessary: the result is installing clang 18, 
which is already preinstalled on the runners anyway. This PR changes the wasm 
CI job to just use `clang-18` and check it is present, rather than using 
whatever version is supplied by `apt`.
   
   The tradeoff is that `clang` upgrades need to be done explicitly, although 
perhaps there is some merit to that from a reproducibility perspective as well.
   
   ## What changes are included in this PR?
   
   See above, CI change only.
   
   ## What is the testing strategy for this PR?
   
   CI will (hopefully) pass.
   
   ## Are there any user-facing changes?
   
   No.
   


-- 
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