-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix(ansible): install linux kernel header before dkms installation #5930
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: sykwer <sykwer@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Testing on TIER IV INTERNAL LINK |
rej55
approved these changes
Mar 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
youtalk
approved these changes
Mar 24, 2025
sykwer
added a commit
to sykwer/autoware
that referenced
this pull request
Apr 4, 2025
…ation (autowarefoundation#5930)" This reverts commit b9f39db.
Merged
sykwer
added a commit
to sykwer/autoware
that referenced
this pull request
Apr 4, 2025
…ation (autowarefoundation#5930)" This reverts commit b9f39db. Signed-off-by: sykwer <sykwer@gmail.com>
youtalk
pushed a commit
that referenced
this pull request
Apr 4, 2025
* Revert "feat(repos): upgrade agnocast to 2.0.1 (#5977)" This reverts commit 565aed4. Signed-off-by: sykwer <sykwer@gmail.com> * Revert "fix(ansible): install linux kernel header before dkms installation (#5930)" This reverts commit b9f39db. Signed-off-by: sykwer <sykwer@gmail.com> * revert and fix conflict Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com>
sykwer
added a commit
to sykwer/autoware
that referenced
this pull request
Apr 17, 2025
…utowarefoundation#5930) * install linux kernel header Signed-off-by: sykwer <sykwer@gmail.com> * fix Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com>
youtalk
added a commit
that referenced
this pull request
Apr 22, 2025
* feat(repos): add agnocast (true zero-copy middleware) (#5917) * add agnocast Signed-off-by: sykwer <sykwer@gmail.com> * style(pre-commit): autofix Signed-off-by: sykwer <sykwer@gmail.com> * fix Signed-off-by: sykwer <sykwer@gmail.com> * Update docker/Dockerfile Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix(ansible): install linux kernel header before dkms installation (#5930) * install linux kernel header Signed-off-by: sykwer <sykwer@gmail.com> * fix Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com> * upgrade and fix to agnocast v2.1 Signed-off-by: sykwer <sykwer@gmail.com> * style fix Signed-off-by: sykwer <sykwer@gmail.com> * patch level ppa package Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
If the system does not have the Linux kernel headers corresponding to the currently running version, the installation of kernel modules via DKMS will fail.
How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
Fix build error in https://evaluation.tier4.jp/evaluation/reports/0dad78f4-d6e3-51c6-84d7-48092c77ff3e/builds/e540c146-6a94-50f3-aa27-40635ecaa54f?project_id=prd_jt