On 6/6/2023 12:00 PM, Bruce Richardson wrote: > On Tue, Jun 06, 2023 at 12:52:47PM +0200, David Marchand wrote: >> We are hitting a storage limit when linking binaries statically. >> On the other hand, native builds are tested in other part of the CI and >> the chance of breaking static linking only is relatively low, so let's >> simply test linking against shared libraries. >> >> Cc: [email protected] >> >> Signed-off-by: David Marchand <[email protected]> >> --- >> .github/workflows/build.yml | 1 + >> 1 file changed, 1 insertion(+) > > Yep, with the number of "test" apps now in each build, our build > directories get rather massive! > > Acked-by: Bruce Richardson <[email protected]> >
Confirmed that this solves the "running out of disk space" issue seen on 'ubuntu-20.04-gcc-aarch64', Tested-by: Ferruh Yigit <[email protected]>

