mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 12:32:41 +00:00
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 <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
f6e1f1918d
commit
1b7412c866
@ -84,6 +84,7 @@ if [ ! -e Makefile ]; then
|
|||||||
--enable-static-bin \
|
--enable-static-bin \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--enable-dev-build \
|
||||||
--with-moduledir=/usr/lib/frr/modules \
|
--with-moduledir=/usr/lib/frr/modules \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--localstatedir=/var/run/frr \
|
--localstatedir=/var/run/frr \
|
||||||
|
Loading…
Reference in New Issue
Block a user