Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

kuksa-client docker > 400MB on ARM #682

Closed
SebastianSchildt opened this issue Oct 4, 2023 · 1 comment · Fixed by #683
Closed

kuksa-client docker > 400MB on ARM #682

SebastianSchildt opened this issue Oct 4, 2023 · 1 comment · Fixed by #683
Assignees
Labels
bug Something isn't working Client Issues related to kuksa-client

Comments

@SebastianSchildt
Copy link
Contributor

kuksa-client docker is around 480MiB on ARM, while the "normal" size on x64 is around 95MiB.

Root cause seems to be a fault in the GRPC build process that leaves an unstripped .so

see inside the container

/kuksa-client # du -hcs *
[...]
242.2M	grpc
150.3M	grpc_tools

There is an issue grpc/grpc#29935

the easiest solution is probably just stripping manually when building on ARM

@SebastianSchildt SebastianSchildt added bug Something isn't working Client Issues related to kuksa-client labels Oct 4, 2023
@SebastianSchildt SebastianSchildt self-assigned this Oct 4, 2023
@erikbosch
Copy link
Contributor

Partially related to observations in #367
If we fix it we could possibly change push: false at https://github.com/eclipse/kuksa.val/blob/master/.github/workflows/kuksa-client.yml#L93

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Client Issues related to kuksa-client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants