Current compilation for all targets fails due to storage space problems.
Main culprits seems to be:
- Compiling with flags to enable code coverage
- Size of the container itself and its layers
Code coverage in C++ is targeted in #403, but maybe would be better idea if this changes to ubuntu directly (with the github actions runner natively?)
For the moment, sometimes fails and it is getting more frequent. Optimization was done with the container size, but seems not to be enough.
Current compilation for all targets fails due to storage space problems.
Main culprits seems to be:
Code coverage in C++ is targeted in #403, but maybe would be better idea if this changes to ubuntu directly (with the github actions runner natively?)
For the moment, sometimes fails and it is getting more frequent. Optimization was done with the container size, but seems not to be enough.