DynamicDevices / meta-mono

A Yocto / OpenEmbedded layer providing Mono and dotNet support
MIT License
15 stars 26 forks source link

Update dotnet-helloworld_1.0.bb #200

Closed koansoftware closed 7 months ago

koansoftware commented 10 months ago

solve ERROR: dotnet-helloworld-1.0-r0 do_package: File './lib64/*.a' cannot be packaged into 'dotnet-helloworld-staticdev' because its parent directory structure does not exist. One of its parent directories is a symlink whose target directory is not included in the package.

ajlennon commented 10 months ago

Hi there @koansoftware - thanks for this - the CI test fails for some reason with this could you take a look please?

koansoftware commented 10 months ago

Hi there @koansoftware - thanks for this - the CI test fails for some reason with this could you take a look please?

Hi @ajlennon I built successfully on my system. In don't understand what kind of error you have in the CI

ajlennon commented 10 months ago

Yes it builds but it's causing one of the CI tests to fail for some reason.

See: https://github.com/DynamicDevices/meta-mono/actions/runs/7017607306/job/19091342637?pr=200#step:8:85

Which is probably this: https://github.com/DynamicDevices/meta-mono/blob/master/lib/oeqa/runtime/cases/dotnet.py#L17

(It's only happening on the x86-64 build, arm and arm64 seems OK)

Thanks.

Livius90 commented 7 months ago

@koansoftware

Please merge/sync the actual master to your koansoftware:patch-1 branch to get the fixed CI build.

ajlennon commented 7 months ago

Closing this - please reopen if somebody wants to address the CI failures.