Re: [vpp-dev] Building on Ubuntu 20.10

2020-12-28 Thread Paul Vinciguerra
Hi Pim. If you look at your change, it was labeled -1. When you dig through the logs, you will see that the commit message needs to be updated. The title needs to start with build: and Type: should be improvement. After it verifies with a +1, you are ready to reach out to a maintainer. See .git_

[vpp-dev] Building on Ubuntu 20.10

2020-12-28 Thread Pim van Pelt
Hoi, After upgrading my workstation to `Groovy Gorilla`, I noticed that libffi got changed. To be able to compile on Ubuntu 20.10, adding a small OS_VERSION_ID override is necessary. See https://gerrit.fd.io/r/c/vpp/+/30552 for the diff on toplevel Makefile. This is my first change to VPP and I'm