GH-34296: [C++][CI] Force appveyor builds to use conda-forge and ignore defaults channel#34297
Conversation
|
|
assignUser
left a comment
There was a problem hiding this comment.
Interesting, I do remember a user issue where solving took forever with -c conda-forge.
Should probably be mentioned in the docs?
|
Benchmark runs are scheduled for baseline = 7f58c1a and contender = e0e740b. e0e740b is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
For some reason (potentially related to mamba-org/mamba#656 or maybe just the default conda behavior) it appears that specifying
-c conda-forgeis not sufficient as conda will still check the defaults channel.Lately it seems the defaults channel has introduced some incompatibility that leads to a deadlock or hang during solve.
This PR disables defaults completely which seems to avoid the hang.