You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/05/07 08:13:44 UTC

[arrow] branch master updated: ARROW-2543: [Rust] Cache dependencies when building our rust library

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b78ac2  ARROW-2543: [Rust] Cache dependencies when building our rust library
1b78ac2 is described below

commit 1b78ac2586e25181be9d276b3639f4805ebef00b
Author: Omer Katz <om...@gmail.com>
AuthorDate: Mon May 7 10:13:37 2018 +0200

    ARROW-2543: [Rust] Cache dependencies when building our rust library
    
    Because why not?
    
    Author: Omer Katz <om...@gmail.com>
    
    Closes #2003 from thedrow/patch-2 and squashes the following commits:
    
    dbb418ed <Omer Katz>  Cache dependencies when building our rust library.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index e07811a..579dce4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -179,6 +179,7 @@ matrix:
     script:
     - $TRAVIS_BUILD_DIR/ci/travis_script_c_glib.sh
   - language: rust
+    cache: cargo
     rust: stable
     before_script:
     - if [ $ARROW_CI_RUST_AFFECTED != "1" ]; then exit; fi

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.