Is SONIC_DBG_DOCKERS used for anything? #22816
Unanswered
gnaaman-dn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋 ,
I've noticed that there are 2 similarly-named variables in the buildsystem.
SONIC_DOCKER_DBG_IMAGES
is usually appended-to inrules/docker-*.mk
files, e.g.:SONIC_DBG_DOCKERS
is appended to inadd_dbg_docker
which is called inrules/*.dep
files.As far as I could figure-out, these 2 lists contain the same values,
but I could not find any usages of
SONIC_DBG_DOCKERS
.Does anyone know what is the purpose of this variable?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions