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 36
36
with :
37
37
manifest-path : C:/pixi_ws/pixi.toml
38
38
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
-
44
39
- name : Install ros2_rust prerequisites
45
40
# prerequisites and fixes for windows build ros2_rust:
46
41
# * Libclang has to be added (from the ros2_rust instructions) and the dll has to be renamed
52
47
if (Test-Path $src) { Rename-Item -Path $src -NewName "libclang.dll" }
53
48
pixi add --pypi "colcon-ros-cargo@git+https://github.com/colcon/colcon-ros-cargo.git" --manifest-path C:\pixi_ws\pixi.toml
54
49
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/
55
56
56
57
- name : Build the rust package
57
58
env :
Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " logging_demo "
2
+ name = " examples_logging_demo "
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " parameter_demo "
2
+ name = " examples_parameter_demo "
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " worker_demo "
2
+ name = " examples_worker_demo "
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
You can’t perform that action at this time.
0 commit comments