Hi,
I am running a live-build where I run the command:
lb config noauto ... lots of parameters ... --debug
I see that the --debug sets the variable _DEBUG="true" in config/common, but
that line is commented out. As with the _VERBOSE="true" and some others. I have
inserted a sed -i '/_DEBUG/s/^
Ah, ok. So if I run this in a CI/CD pipeline I should prefer to put the
variable providing the --debug flag where lb build is called and not in the
auto/config file.
Thank you!
Hello Emil,
On 08/01/2025 15:27, Södergren Emil wrote:
> I am running a live-build where I run the comm