Skip to content

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
merged 2 commits into from
Mar 24, 2025

Conversation

sykwer
Copy link
Member

@sykwer sykwer commented Mar 24, 2025

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?

sudo apt purge linux-headers-$(uname -r)
./setup-dev-env.sh

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

Signed-off-by: sykwer <sykwer@gmail.com>
@sykwer sykwer self-assigned this Mar 24, 2025
Copy link

github-actions bot commented Mar 24, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Signed-off-by: sykwer <sykwer@gmail.com>
@sykwer sykwer added the run:health-check Run health-check label Mar 24, 2025
@sykwer sykwer requested a review from rej55 March 24, 2025 10:04
@rej55
Copy link
Contributor

rej55 commented Mar 24, 2025

Testing on TIER IV INTERNAL LINK

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@youtalk youtalk merged commit b9f39db into autowarefoundation:main Mar 24, 2025
24 of 26 checks passed
sykwer added a commit to sykwer/autoware that referenced this pull request Apr 4, 2025
@sykwer sykwer mentioned this pull request Apr 4, 2025
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
Labels
run:health-check Run health-check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants