Skip to content

Commit 693b302

Browse files
authored
Skip py_bindings_tools also on macos
1 parent 401e56d commit 693b302

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vinca.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ packages_select_by_deps:
142142
# Depends on v4l
143143
- usb_cam
144144

145+
# These packages are currently only build on Linux, but they currently only build on
146+
# Linux as trying to build them in the past on macos or Windows resulted in errors
147+
- if: linux
148+
then:
149+
- py_binding_tools
150+
145151
# These packages are currently not build on Windows, but they be with some work
146152
- if: not win
147153
then:
@@ -159,7 +165,6 @@ packages_select_by_deps:
159165
- apriltag_tools
160166
- apriltag_detector_umich
161167
- apriltag_detector_mit
162-
- py-binding-tools
163168
- dual-laser-merger
164169
- pointcloud-to-laserscan
165170
- laser-segmentation

0 commit comments

Comments
 (0)