File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3636 with :
3737 manifest-path : C:/pixi_ws/pixi.toml
3838
39- - name : Get prebuild ROS files and unzip
40- run : |
41- irm https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -Outfile ros2-package-windows-AMD64.zip
42- Expand-Archive -Path ros2-package-windows-AMD64.zip -DestinationPath C:/pixi_ws/
43-
4439 - name : Install ros2_rust prerequisites
4540 # prerequisites and fixes for windows build ros2_rust:
4641 # * Libclang has to be added (from the ros2_rust instructions) and the dll has to be renamed
5247 if (Test-Path $src) { Rename-Item -Path $src -NewName "libclang.dll" }
5348 pixi add --pypi "colcon-ros-cargo@git+https://github.com/colcon/colcon-ros-cargo.git" --manifest-path C:\pixi_ws\pixi.toml
5449 pixi add --pypi "colcon-cargo@git+https://github.com/colcon/colcon-cargo.git" --manifest-path C:\pixi_ws\pixi.toml
50+ pixi upgrade colcon-core --manifest-path C:\pixi_ws\pixi.toml
51+
52+ - name : Get prebuild ROS files and unzip
53+ run : |
54+ irm https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -Outfile ros2-package-windows-AMD64.zip
55+ Expand-Archive -Path ros2-package-windows-AMD64.zip -DestinationPath C:/pixi_ws/
5556
5657 - name : Build the rust package
5758 env :
Original file line number Diff line number Diff line change 11[package ]
2- name = " logging_demo "
2+ name = " examples_logging_demo "
33version = " 0.1.0"
44edition = " 2021"
55
Original file line number Diff line number Diff line change 11[package ]
2- name = " parameter_demo "
2+ name = " examples_parameter_demo "
33version = " 0.1.0"
44edition = " 2021"
55
Original file line number Diff line number Diff line change 11[package ]
2- name = " worker_demo "
2+ name = " examples_worker_demo "
33version = " 0.1.0"
44edition = " 2021"
55
You can’t perform that action at this time.
0 commit comments