Skip to content

aws-iot-device-sdk-cpp-v2: change to build aws-crt-cpp and aws-c-iot … #12244

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

Conversation

thomas-roos
Copy link
Contributor

…static

This disable the shared libs build for aws-crt-cpp and aws-c-iot, cause they will conflict with already exising versions on a system. Therefor they are static linked into the cpp libs to not conflict.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@thomas-roos thomas-roos requested a review from a team as a code owner April 10, 2025 13:52
…static

This disable the shared libs build for aws-crt-cpp and aws-c-iot,
cause they will conflict with already exising versions on a system.
Therefor they are static linked into the cpp libs to not conflict.
@thomas-roos thomas-roos force-pushed the 2025-05-10_master-next_fix-aws-crt-cpp-lib branch from 0421fe5 to 8452b04 Compare April 11, 2025 09:14
@thomas-roos thomas-roos merged commit 9bb8cc0 into aws4embeddedlinux:master-next Apr 11, 2025
8 checks passed
@aws-iot-embedded-linux-ci
Copy link
Collaborator

Backport failed for kirkstone-next, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin kirkstone-next
git worktree add -d .worktree/backport-12244-to-kirkstone-next origin/kirkstone-next
cd .worktree/backport-12244-to-kirkstone-next
git switch --create backport-12244-to-kirkstone-next
git cherry-pick -x 9bb8cc0244f426c4f433239f5bb0a3a318089b09

@aws-iot-embedded-linux-ci
Copy link
Collaborator

Backport failed for scarthgap-next, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin scarthgap-next
git worktree add -d .worktree/backport-12244-to-scarthgap-next origin/scarthgap-next
cd .worktree/backport-12244-to-scarthgap-next
git switch --create backport-12244-to-scarthgap-next
git cherry-pick -x 9bb8cc0244f426c4f433239f5bb0a3a318089b09

@aws-iot-embedded-linux-ci
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants