> On 19.11.2020., at 08:31, Benoit Ganne (bganne) via lists.fd.io > <[email protected]> wrote: > >> We are mixing today 2 different things: packaging for specific distro and >> making sure that code can work with specific build/runtime dependencies. > > Good point. So basically maintaining something like > https://www.kernel.org/doc/html/latest/process/changes.html#current-minimal-requirements > ? > >> Result of that is that we have debian-9 verify job which does not use >> debian-9 provided compiler and cmake so it brings zero value. > > Hmm I am not sure I follow here, if I look at a recent job > https://jenkins.fd.io/job/vpp-verify-master-debian9-x86_64/464/consoleFull I > see this: > [...] > 21:27:19 g++ 4:6.3.0-4 > 21:27:19 g++-6 6.3.0-18+deb9u1 > 21:27:19 gcc 4:6.3.0-4 > 21:27:19 gcc-6 6.3.0-18+deb9u1 > 21:27:19 gcc-6-base:amd64 6.3.0-18+deb9u1 > [...] > 21:27:39 @@@@ Configuring vpp in > /w/workspace/vpp-verify-master-debian9-x86_64/build-root/build-vpp-native/vpp > @@@@ > 21:27:39 -- The C compiler identification is GNU 6.3.0 > [...] > > So I think we are using the default gcc?
Ah yes, this is ongoing thing. gcc 6.3 have some issues with LTO, so i was working with DaveW on getting newer one. CMake is already updateed using “pip install cmake” :) — Damjan
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18096): https://lists.fd.io/g/vpp-dev/message/18096 Mute This Topic: https://lists.fd.io/mt/78344343/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
