-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(repos): re-introduce agnocast #6049
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
…tion#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>
…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>
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:
|
Signed-off-by: sykwer <sykwer@gmail.com>
Evaluator: TIER IV Internal Link |
The change on this repo seems to be okay. |
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.
To build using arm64
, I've updated the branch.
LGTM if health-check (main)
and health-check (main-arm64)
will be passed.
@mitsudome-r |
Moving forward again. |
Description
Agnocast was previously reverted at #5986, but this pull request reintroduces it. The revert was originally done due to two issues:
These issues have now been resolved, so Agnocast is being reintroduced.
To address the limitation of the PPA, we separated the packages at the patch version level (
major.minor.patch
). For example, even ifv2.1.1
is released, the release ofv2.1.0
will no longer be discontinued, as they are now distinct packages (agnocast-kmod-v2.1.0
,agnocast-kmod-v2.1.1
, etc.).How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.