Skip to content

Commit ffff932

Browse files
Add additional windows dependencies file
1 parent 315c0ee commit ffff932

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/workflows/binary-build-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
ref_for_scheduled_build: ros2-master
2929
os_name: windows-2019
3030
install_boost: true
31+
windows_dependencies: control_toolbox.windows.jazzy.repos

control_toolbox.jazzy.repos

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ repositories:
77
type: git
88
url: https://github.com/ros-controls/realtime_tools
99
version: master
10-
filters:
11-
type: git
12-
url: https://github.com/christophfroehlich/filters.git
13-
version: ros2-boost

control_toolbox.windows.jazzy.repos

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
repositories:
2+
filters:
3+
type: git
4+
url: https://github.com/christophfroehlich/filters.git
5+
version: ros2-boost
6+
cpp_polyfills:
7+
type: git
8+
url: https://github.com/PickNikRobotics/cpp_polyfills.git
9+
version: main
10+
rsl:
11+
type: git
12+
url: https://github.com/PickNikRobotics/RSL.git
13+
version: main
14+
generate_parameter_library:
15+
type: git
16+
url: https://github.com/PickNikRobotics/generate_parameter_library.git
17+
version: main

0 commit comments

Comments
 (0)