Skip to content

Commit 9c368f1

Browse files
authored
[CI] Deactivate BUILD_TESTING for target ws and skip some upstream packages (#2530) (#2532)
1 parent 1845171 commit 9c368f1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ concurrency:
3838

3939
jobs:
4040
binary-windows:
41-
# if: |
42-
# (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/check-windows')) ||
43-
# (github.event_name == 'pull_request' && contains(github.event.label.name, 'check-windows')) ||
44-
# (github.event_name == 'workflow_dispatch')
4541
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master
4642
with:
4743
ros_distro: rolling
4844
pixi_dependencies: typeguard jinja2 boost compilers
4945
windows_dependencies: ros2_control.windows.rolling.repos
5046
ninja_packages: rsl
47+
skip_packages: diagnostic_remote_logging generate_parameter_library_example_external generate_parameter_library_example
48+
target_cmake_args: -DBUILD_TESTING=OFF

0 commit comments

Comments
 (0)