You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/07/12 12:16:00 UTC

[jira] [Updated] (ARROW-17050) [CI] Use -y flag on mamba install to not ask for confirmation

     [ https://issues.apache.org/jira/browse/ARROW-17050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raúl Cumplido updated ARROW-17050:
----------------------------------
    Description: 
When locally building the {{conda-cpp-valgrind}} docker image I've realised we are prompting for confirmation:
{code:java}
#10 12.35 Confirm changes: [Y/n] 
#10 88.01   {code}

We should use the -y flag when using mamba install:
{code:java}
 -y, --yes Do not ask for confirmation.{code}

With this change we should no longer see the {{Confirm changes}} message from mamba.

  was:
When locally building the {{conda-cpp-valgrind}} docker image I've realised we are prompting for confirmation:
{{#10 12.35 Confirm changes: [Y/n] 
#10 88.01 }}
We should use the -y flag when using mamba install:
{\{ -y, --yes Do not ask for confirmation.}}
With this change we should no longer see the {{Confirm changes}} message from mamba.


> [CI] Use -y flag on mamba install to not ask for confirmation
> -------------------------------------------------------------
>
>                 Key: ARROW-17050
>                 URL: https://issues.apache.org/jira/browse/ARROW-17050
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Continuous Integration
>            Reporter: Raúl Cumplido
>            Assignee: Raúl Cumplido
>            Priority: Major
>             Fix For: 9.0.0
>
>
> When locally building the {{conda-cpp-valgrind}} docker image I've realised we are prompting for confirmation:
> {code:java}
> #10 12.35 Confirm changes: [Y/n] 
> #10 88.01   {code}
> We should use the -y flag when using mamba install:
> {code:java}
>  -y, --yes Do not ask for confirmation.{code}
> With this change we should no longer see the {{Confirm changes}} message from mamba.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)