Page MenuHomePhabricator

Enable debug configurations for CI
Closed, WontfixPublic

Description

Currently there are no Debug configuration CI clients active. This can potentially lead to missed errors because of uncatched failed assertions or runtime debug checks of containers using MSVC. I suggest we create at least some nightlies for this or change the continuous to debug since this would also increase build performance.

Event Timeline

nolden triaged this task as Normal priority.May 25 2020, 9:44 AM
nolden created this task.

I agree that we should have debug clients but not as Continuous, as at least on Windows Clients Debug builds are not faster but at least quite some time slower because of very long execution of tests with lots of image pixel access. Nightly clients in debug mode should make sure not to execute package tests as long as we only support release mode installers.

kislinsk added a project: Auto-closed.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs