Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build container management as a static binary #90

Closed
k-gostev opened this issue May 31, 2024 · 0 comments · Fixed by #91
Closed

Build container management as a static binary #90

k-gostev opened this issue May 31, 2024 · 0 comments · Fixed by #91
Assignees
Labels
bug Something isn't working task Single unit of work

Comments

@k-gostev
Copy link
Member

After merging the dev-m5 branch in the container-managenent repo build the following error can be observed when we are building the container-management:

| # github.com/eclipse-kanto/container-management/containerm/daemon
| link: duplicated definition of symbol oras.land/oras-go/v2/internal/syncutil.(*Merge[go.shape.struct { oras.land/oras-go/v2/registry/remote.referrer github.com/opencontainers/image-spec/specs-go/v1.Descriptor; oras.land/oras-go/v2/registry/remote.operation int32 }]).complete.deferwrap1, from oras.land/oras-go/v2/registry/remote and github.com/eclipse-kanto/container-management/containerm/ctr
| HASH subkey 9ef7687693c166baaccf857ee442dc65ce3b47739fb09d7b029d1f37b051024f "link-stdout" = 0da5deacbecb6b68cd53e0762384cbbb95f873cc554eb54b1122a2313cde00ea
| WARNING: exit code 1 from a shell command.
ERROR: Task (/home/kris/go/src/github.com/meta-kanto/recipes-containers/container-management/container-management_git.bb:do_compile) failed with exit code '1'

The recipe should be updated to build a static binary. This would resolve the conflicts that we are currently facing.

@k-gostev k-gostev added bug Something isn't working task Single unit of work labels May 31, 2024
@k-gostev k-gostev self-assigned this May 31, 2024
@k-gostev k-gostev linked a pull request May 31, 2024 that will close this issue
dimitar-dimitrow pushed a commit that referenced this issue Jun 5, 2024
[#90] Build container management as a static binary
- Build container management as a static binary
- Remove EOL yocto releases

Signed-off-by: Kristiyan Gostev <kristiyan.gostev@bosch.com>
k-gostev added a commit to bosch-io/meta-kanto that referenced this issue Jun 7, 2024
[eclipse-kanto#90] Build container management as a static binary
- Build container management as a static binary
- Remove EOL yocto releases

Signed-off-by: Kristiyan Gostev <kristiyan.gostev@bosch.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working task Single unit of work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant