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

Support Ubuntu 20.04 and release 1.0.7 #692

Merged
merged 14 commits into from
Jun 8, 2020
Merged

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Jun 7, 2020

This PR fixes some dependencies as installed in Ubuntu 20.04 :

It also add support for Ubuntu 20.04 compilation in GitHub Actions, disabling for now the tests as some tests are failing on Ubuntu 20.04, see #694 .
It also bumps the version to 1.0.7, as the idea is to do a last release in the 1.0 series compatible with Ubuntu 20.04, and then do the 1.1 release by merging devel in master.

@traversaro traversaro changed the title GitHub Actions: Test also on Ubuntu 20.04 Support Ubuntu 20.04 and release 1.0.7 Jun 7, 2020
@traversaro
Copy link
Member Author

traversaro commented Jun 7, 2020

For some reason on Ubuntu 20.04 is also necessary to install libgfortran-10-dev . Actually that was just a cache collision problem, in which the cache of Ubuntu 18.04 was used for Ubuntu 20.04. I added the ${{ matrix.os }} string in the cache key to avoid the problem (there was already runner.os, but probably for some reason that does not change).

@traversaro
Copy link
Member Author

There is still a problem when compiling examples with IDYNTREE_USES_KDL, as now console_bridge exports exported targets.

@traversaro traversaro merged commit 0831aac into master Jun 8, 2020
@traversaro traversaro deleted the ci-test-ubuntu-20-04 branch June 8, 2020 12:33
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.

3 participants