[
https://issues.apache.org/jira/browse/ARROW-17050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-17050.
----------------------------------
Resolution: Fixed
Issue resolved by pull request 13579
[https://github.com/apache/arrow/pull/13579]
> [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
> Labels: pull-request-available
> Fix For: 9.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)