raulcd opened a new pull request, #13579:
URL: https://github.com/apache/arrow/pull/13579
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 are no longer seeing the `Confirm changes` message from
mamba.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]