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

   AVRO-3870
   
   ## What is the purpose of the change
   This PR aims to make the CI for Rust faster.
   
   In the current master, there are something wrong about actions/cache in 
`test-lang-rust-ci.yml`.
   
   First, a directory `target` is tend to be cached but the path is wrong. The 
correct path is `lang/rust/target`, not `~/target`.
   Second, as of Rust 1.70.0, Cargo changes the way to download dependencies.
   
https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#sparse-by-default-for-cratesio
   So, it's better not to share the cache for `~/.cargo`
   
   ## Verifying this change
   
   Done by CI.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (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: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to