Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Ubuntu 20.04 job builds the project with RelWithDebInfo build type, which results in approximately 14GB of artifacts. The disk space provided on the Github runners is 14GB, so the job runs out of disk space. The job should be changed to use Release build type, which uses significantly less space, but there should also be a job with Debug build to cover the build differences.