default_channels list is wrong
Job Failed #162701 failed for dc15cc4f:
For some reason conda is looking for the c3i_test channel.
@andre.anjos why is this happening? we used to suppress this channel with our own condarc file in bob.admin
Job Failed #162701 failed for dc15cc4f:
For some reason conda is looking for the c3i_test channel.
@andre.anjos why is this happening? we used to suppress this channel with our own condarc file in bob.admin
Not sure - may be a bug?
From our side, I mean.
Same here!
I see you re-ran https://gitlab.idiap.ch/bob/bob.devtools/-/jobs/162703 and it worked.
Is this still an issue?
Anyways, the base condarc is listed here: https://gitlab.idiap.ch/bob/bob.devtools/blob/master/bob/devtools/bootstrap.py#L8
Is it wrong or incomplete?
mentioned in issue #26 (closed)
In the old condarc in bob.admin we had #!final
in front of everything: https://gitlab.idiap.ch/bob/bob.admin/blob/fd52adb2d2a6e0f661ccf53bad24411bf4218249/gitlab/functions.sh#L376
However in bob.devtools: https://gitlab.idiap.ch/bob/bob.devtools/blob/78df53321f8c8d036478fcf219a7ab13319d85ec/bob/devtools/bootstrap.py#L8 default_channels
and channels
are missing this. It should be put back at least for default_channels
if it's not possible to have it for channels
as well.
changed title from Job Failed #162701 to default_channels list is wrong
changed the description
mentioned in commit c11f2120
It does not make sense to have #!final
on the channel list - I override it after conda parses it anyways. The commit above, addresses the default_channels
entry.
mentioned in merge request !50 (merged)
closed via merge request !50 (merged)
mentioned in commit 9d545f8a