alamb opened a new pull request, #2150: URL: https://github.com/apache/arrow-rs/pull/2150
# Which issue does this PR close? re https://github.com/apache/arrow-rs/issues/2149 # Rationale for this change Caching rust build artifacts (aka the contents of `target`) is notoriously difficult (as the slightest change in various environments or dependencies often causes a significant recompile). However, the CI jobs spent a non trivial amount of time attempting to cache the artifacts unsuccessfully (as my measurements below will show). Until someone has some time to get the caching working properly, I propose we simply stop trying and save ourselves some time (and github worker rate-limit credits) # What changes are included in this PR? Remove the `linux-build-lib` job as it gates other jobs from starting but does not save any time # Are there any user-facing changes? Hopefully faster CI TODO: performance measurements before/after this change -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org