feat(repos): re-introduce agnocast#6049
Merged
Merged
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>
Member
Author
|
Evaluator: TIER IV Internal Link |
mitsudome-r
approved these changes
Apr 21, 2025
Member
|
The change on this repo seems to be okay. |
youtalk
approved these changes
Apr 22, 2025
Member
youtalk
left a comment
There was a problem hiding this comment.
To build using arm64, I've updated the branch.
LGTM if health-check (main) and health-check (main-arm64) will be passed.
Member
Author
|
@mitsudome-r |
Member
|
Moving forward again. |
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
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
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.1is released, the release ofv2.1.0will 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.