[PATCH] ci: fix build for Arm cross compilation in GHA

Ferruh Yigit ferruh.yigit at amd.com
Tue Jun 6 15:02:29 CEST 2023


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: stable at dpdk.org
>>
>> Signed-off-by: David Marchand <david.marchand at redhat.com>
>> ---
>>  .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 <bruce.richardson at intel.com>
>

Confirmed that this solves the "running out of disk space" issue seen on
'ubuntu-20.04-gcc-aarch64',

Tested-by: Ferruh Yigit <ferruh.yigit at amd.com>



More information about the stable mailing list