This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 40ddcb0b2 [MINOR] Add a hint about how to resolve the `Cargo.lock` CI 
check (#3876)
40ddcb0b2 is described below

commit 40ddcb0b26d8bb3a41afec652e64e871c6912309
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Oct 18 10:05:40 2022 -0400

    [MINOR] Add a hint about how to resolve the `Cargo.lock` CI check (#3876)
---
 .github/workflows/rust.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a7cb9e51d..732607357 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -63,6 +63,7 @@ jobs:
           cargo check --workspace --benches --features avro,jit,scheduler,json
       - name: Check Cargo.lock for datafusion-cli
         run: |
+          # If this test fails, try running `cargo update` in the 
`datafusion-cli` directory
           cargo check --manifest-path datafusion-cli/Cargo.toml --locked
 
   # test the crate

Reply via email to