Displaying 2 results from an estimated 2 matches for "debugging_ci_failures".
2019 Jul 05
0
Container setup - selftests not running?
...t?
>
> Thanks & Best Regards, Joachim
>
>
>
Try the configure part like this:
./configure.developer --enable-debug --enable-selftest
If this doesn't help then it is probably something to do with docker,
try reading this:
https://wiki.samba.org/index.php/Samba_CI_on_gitlab/Debugging_CI_failures
Rowland
2019 Jul 05
6
Container setup - selftests not running?
Following my questions in https://lists.samba.org/archive/samba/2019-July/224115.html and the lack of recent builds of Samba in Ubuntu, I started to build Samba on my own.
I installed a new virtual machine with Ubuntu 18.04.2 (LTS) server (+ssh), installed docker and docker-compose, and then tried to build using the following Dockerfile:
--- Dockerfile begin ---
#