osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Windows CI job goes out of memory when building tests

Open SiarheiFedartsou opened this issue 1 year ago • 0 comments

We had to disable running unit tests on Windows in this PR. MSVC goes out of memory when trying to build tests:

2024-06-08T09:06:17.5884670Z D:\a\osrm-backend\osrm-backend\unit_tests\library\route.cpp(128,49): error C1060: compiler is out of heap space [D:\a\osrm-backend\osrm-backend\build\unit_tests\library-tests.vcxproj]

It seems it started happening after yet another update of CI base image.

SiarheiFedartsou avatar Jun 08 '24 09:06 SiarheiFedartsou