Skip to content

Commit 915783f

Browse files
committed
add more platforms
1 parent 506c76c commit 915783f

File tree

4 files changed

+115
-1
lines changed

4 files changed

+115
-1
lines changed

vinca_linux_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages_select_by_deps:
3131
- ros_workspace
3232
- ros_environment
3333
- ros_base
34-
- desktop
34+
# - desktop
3535

3636

3737
patch_dir: patch

vinca_linux_aarch64.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
ros_distro: jazzy
2+
3+
# mapping for package keys
4+
conda_index:
5+
- robostack.yaml
6+
- packages-ignore.yaml
7+
8+
build_number: 0
9+
10+
mutex_package: ros2-distro-mutex 0.5 jazzy
11+
12+
skip_all_deps: false
13+
14+
# If full rebuild, the build number of the existing package has
15+
# to match the selected build number for skipping
16+
full_rebuild: true
17+
18+
packages_skip_by_deps:
19+
- cartographer
20+
- octomap
21+
22+
packages_remove_from_deps:
23+
- cartographer
24+
- octomap
25+
- warehouse_ros_mongo
26+
27+
skip_existing:
28+
- https://conda.anaconda.org/robostack-jazzy/
29+
30+
packages_select_by_deps:
31+
- ros_workspace
32+
- ros_environment
33+
- ros_base
34+
# - desktop
35+
36+
37+
patch_dir: patch
38+

vinca_osx.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
ros_distro: jazzy
2+
3+
# mapping for package keys
4+
conda_index:
5+
- robostack.yaml
6+
- packages-ignore.yaml
7+
8+
build_number: 0
9+
10+
mutex_package: ros2-distro-mutex 0.5 jazzy
11+
12+
skip_all_deps: false
13+
14+
# If full rebuild, the build number of the existing package has
15+
# to match the selected build number for skipping
16+
full_rebuild: true
17+
18+
packages_skip_by_deps:
19+
- cartographer
20+
- octomap
21+
22+
packages_remove_from_deps:
23+
- cartographer
24+
- octomap
25+
- warehouse_ros_mongo
26+
27+
skip_existing:
28+
- https://conda.anaconda.org/robostack-jazzy/
29+
30+
packages_select_by_deps:
31+
- ros_workspace
32+
- ros_environment
33+
- ros_base
34+
# - desktop
35+
36+
37+
patch_dir: patch
38+

vinca_osx_arm64.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
ros_distro: jazzy
2+
3+
# mapping for package keys
4+
conda_index:
5+
- robostack.yaml
6+
- packages-ignore.yaml
7+
8+
build_number: 0
9+
10+
mutex_package: ros2-distro-mutex 0.5 jazzy
11+
12+
skip_all_deps: false
13+
14+
# If full rebuild, the build number of the existing package has
15+
# to match the selected build number for skipping
16+
full_rebuild: true
17+
18+
packages_skip_by_deps:
19+
- cartographer
20+
- octomap
21+
22+
packages_remove_from_deps:
23+
- cartographer
24+
- octomap
25+
- warehouse_ros_mongo
26+
27+
skip_existing:
28+
- https://conda.anaconda.org/robostack-jazzy/
29+
30+
packages_select_by_deps:
31+
- ros_workspace
32+
- ros_environment
33+
- ros_base
34+
# - desktop
35+
36+
37+
patch_dir: patch
38+

0 commit comments

Comments
 (0)