From 1b7412c8665593b04d0cb0ffd9172549861b456f Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 28 Aug 2019 15:50:23 -0400 Subject: [PATCH] tests: Modify docker build for local to have dev build 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 --- tests/topotests/docker/inner/compile_frr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/docker/inner/compile_frr.sh b/tests/topotests/docker/inner/compile_frr.sh index 2d72082c1e..dee0ec8118 100755 --- a/tests/topotests/docker/inner/compile_frr.sh +++ b/tests/topotests/docker/inner/compile_frr.sh @@ -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 \ -- 2.39.5