You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/04/10 04:48:55 UTC

[arrow] branch master updated: ARROW-12320: [CI] REPO arg missing from conda-cpp-valgrind

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

kou 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 c5bc1a2  ARROW-12320: [CI] REPO arg missing from conda-cpp-valgrind
c5bc1a2 is described below

commit c5bc1a22929f6b1c4fcf558af7f3290905c09c5c
Author: Weston Pace <we...@gmail.com>
AuthorDate: Sat Apr 10 13:45:44 2021 +0900

    ARROW-12320: [CI] REPO arg missing from conda-cpp-valgrind
    
    Closes #9973 from westonpace/bugfix/arrow-12320
    
    Authored-by: Weston Pace <we...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 683ab88..539d5ad 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -230,6 +230,7 @@ services:
       cache_from:
         - ${REPO}:${ARCH}-conda-cpp
       args:
+        repo: ${REPO}
         arch: ${ARCH}
         prefix: /opt/conda
     shm_size: *shm-size