Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Conda CI on Linux avoiding to use the defaults channel #18

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

traversaro
Copy link
Member

The CI has been using the defaults channel (even if this was not wanted) for a long time, see conda-incubator/setup-miniconda#186 . However, since yesterday this created a compilation error:

2021-07-30T02:25:20.1711320Z /usr/share/miniconda/envs/test/x86_64-conda-linux-gnu/include/c++/9.3.0/ctime:80:11: error: '::timespec_get' has not been declared
2021-07-30T02:25:20.1712202Z    80 |   using ::timespec_get;
2021-07-30T02:25:20.1712597Z       |           ^~~~~~~~~~~~

For this reason, better to cleanup the use of conda channels in the CI, making sure that we don't use defaults at all.

Similar to robotology/robometry#141 .

@S-Dafarra
Copy link
Collaborator

I guess this may cause merge conflicts with devel right?

@traversaro
Copy link
Member Author

I guess this may cause merge conflicts with devel right?

Yes, I will handle that when forward merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants