From ecd9129186eee6af9e2611528b4c11ae90c45a1b Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 12 Dec 2019 16:08:34 +0100 Subject: [PATCH] [bootstrap] Set default channel-priority to "strict" due to issues with beta builds using mixed stable/beta sources --- bob/devtools/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index f565e26b..486aa8be 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -17,6 +17,7 @@ ssl_verify: false #!final remote_connect_timeout_secs: 120.0 #!final remote_max_retries: 50 #!final remote_read_timeout_secs: 180.0 #!final +channel_priority: strict #!final channels: - defaults conda_build: #!final -- GitLab