eclipse-cdt-cloud / cdt-cloud-blueprint

CDT Cloud Blueprint is a template for building custom web-based C/C++ tools. It is made up of existing open source components and can be easily downloaded and installed on all major operating system platforms.
MIT License
25 stars 11 forks source link

Fix OOM on Eclipse CI / Fix Github Workflows #91

Closed jfaltermeier closed 2 months ago

jfaltermeier commented 2 months ago

What it does

Contributed on behalf of STMicroelectronics

How to test

Build should work in low memory environments, like Eclipse CI (see https://ci.eclipse.org/theia/job/TheiaCDTCloudTest/job/jf%252Fmemory/9/)

Github Workflows on this PR should work

sdirix commented 2 months ago

Very nice, thank you!