Commit graph

3 commits

Author SHA1 Message Date
Felix Walter
8c4ce47724 CI: Remove stdbuf statements from tests
We do not need this anymore due to making logging line-buffered and it
collides with ASAN in some cases.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2023-05-10 14:37:11 +02:00
Maximilian Nitsch
1832ad742a Change docker image compile architecture
The default compile architecture (march=native) depends heavily on the
host CPU and thus it is not suitable for a generic x86-64 Docker image.
Therefore, for the Docker images, it is changed to march=x86-64
instead.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2021-04-01 12:59:00 +02:00
Georg Alexander Murzik
d40841d11f Add a new Dockerfile for uD3TN and its python tools
Signed-off-by: Georg Alexander Murzik <georg.murzik@d3tn.com>
2021-01-12 15:22:08 +01:00