You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIBCLANG_PATH: C:\pixi_ws\.pixi\envs\default\Library\bin # See https://github.com/ros2-rust/ros2_rust?tab=readme-ov-file#sounds-great-how-can-i-try-this-out
59
+
BINDGEN_EXTRA_CLANG_ARGS: -D_Check_return_= # to handle the clang error with the windows specific bindgen error
60
+
run: |
61
+
call C:\pixi_ws\ros2-windows\setup.bat
62
+
pixi run --manifest-path C:\pixi_ws\pixi.toml vcs import C:/workspace/src --input C:/workspace/src/ros2_rust/ros2_rust_rolling.repos
63
+
pixi run --manifest-path C:\pixi_ws\pixi.toml colcon build
64
+
working-directory: C:/workspace
65
+
shell: cmd
66
+
67
+
- name: Run cargo test on Rust packages
68
+
run: |
69
+
call C:\pixi_ws\ros2-windows\setup.bat
70
+
cd C:\workspace
71
+
for /f "tokens=1,2,3" %%A in ('pixi run --manifest-path C:\pixi_ws\pixi.toml colcon list') do (
72
+
if "%%C"=="(ament_cargo)" (
73
+
if /I not "%%A"=="examples_rclrs_minimal_pub_sub" if /I not "%%A"=="examples_rclrs_minimal_client_service" if /I not "%%A"=="rust_pubsub" (
0 commit comments