-
Notifications
You must be signed in to change notification settings - Fork 160
update CI with jazzy and noble #490
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
+67
−4
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
67bf1f7
update CI with jazzy and noble
knmcguire 7904084
Removing external managed flag for Ubuntu noble
knmcguire 5d3a932
Add kilted to stable build CI
knmcguire 33c58ac
Add kilted distribution to matrix stable build ci
knmcguire 34a2da8
add kilted an jazzy to minimal CI ubuntu too
knmcguire a7cd31d
remove kilted from minimal because it's not available yet
knmcguire 291eb86
Remove kilted from stable build
knmcguire 16e68be
Reenable kilted on minimal built
knmcguire 5500ad2
Reenable kilted on stable build
knmcguire d0b2c3f
minimal build rolling also on Ubuntu noble
knmcguire b189b6b
update action-ros-ci to 0.4 minimal build
knmcguire e768e0a
update action-ros-ci to 0.4 stable build
knmcguire 24a4f68
Create ros2_rust_kilted.repos
knmcguire File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
repositories: | ||
ros2/common_interfaces: | ||
type: git | ||
url: https://github.com/ros2/common_interfaces.git | ||
version: kilted | ||
ros2/example_interfaces: | ||
type: git | ||
url: https://github.com/ros2/example_interfaces.git | ||
version: kilted | ||
ros2/rcl_interfaces: | ||
type: git | ||
url: https://github.com/ros2/rcl_interfaces.git | ||
version: kilted | ||
ros2/test_interface_files: | ||
type: git | ||
url: https://github.com/ros2/test_interface_files.git | ||
version: kilted | ||
ros2/rosidl_core: | ||
type: git | ||
url: https://github.com/ros2/rosidl_core.git | ||
version: kilted | ||
ros2/rosidl_defaults: | ||
type: git | ||
url: https://github.com/ros2/rosidl_defaults.git | ||
version: kilted | ||
ros2/unique_identifier_msgs: | ||
type: git | ||
url: https://github.com/ros2/unique_identifier_msgs.git | ||
version: kilted | ||
ros2-rust/rosidl_rust: | ||
type: git | ||
url: https://github.com/ros2-rust/rosidl_rust.git | ||
version: main | ||
ros2-rust/rosidl_runtime_rs: | ||
type: git | ||
url: https://github.com/ros2-rust/rosidl_runtime_rs.git | ||
version: main |
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.
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.
Very interesting, I guess this is an alternative to the
--break-system-packages
flag? I didn't know this could be done!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.
ah yes I read about that flag too. But I got this idea from my co-maintainer at Crazyswarm2 (see this line). But seems to work out!