]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Modify docker build for local to have dev build 4896/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Aug 2019 19:50:23 +0000 (15:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Aug 2019 19:50:23 +0000 (15:50 -0400)
Allow a local build of a frr docker container to be built with
`--enable-dev-build`.  This allows better decodes of symbols
which could be useful when you are trying to fix something
that is broken inside the docker container.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/docker/inner/compile_frr.sh

index 2d72082c1ecd44a0d4b47052baa2815cb815ab7c..dee0ec81181fe8a4ec1d2154a47f34f1e44e033d 100755 (executable)
@@ -84,6 +84,7 @@ if [ ! -e Makefile ]; then
                --enable-static-bin \
                --enable-static \
                --enable-shared \
+               --enable-dev-build \
                --with-moduledir=/usr/lib/frr/modules \
                --prefix=/usr \
                --localstatedir=/var/run/frr \