Skip to content

Commit 0651465

Browse files
Merge pull request #244 from RoboStack/rebuildlanelet2withcorrectpugixml
Rebuild lanelet2-io with correct pugixml and ros-humble-ros-workspace with fastrtps fix
2 parents 7ed3219 + 821b161 commit 0651465

10 files changed

+48
-12
lines changed

.github/workflows/testpr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,31 +94,31 @@ jobs:
9494
run: |
9595
cp vinca_linux_64.yaml vinca.yaml
9696
mkdir -p recipes
97-
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform linux-64 -m -n
97+
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform linux-64 -m
9898
ls -la recipes
9999
- name: Generate recipes for linux-aarch64
100100
shell: bash -l {0}
101101
if: steps.filecheck.outputs.LINUX_AARCH_YAML_CHANGED == 1 && matrix.platform == 'linux-aarch64'
102102
run: |
103103
cp vinca_linux_aarch64.yaml vinca.yaml
104104
mkdir -p recipes
105-
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform linux-aarch64 -m -n
105+
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform linux-aarch64 -m
106106
ls -la recipes
107107
- name: Generate recipes for osx-64
108108
shell: bash -l {0}
109109
if: steps.filecheck.outputs.OSX_YAML_CHANGED == 1 && matrix.platform == 'osx-64'
110110
run: |
111111
cp vinca_osx.yaml vinca.yaml
112112
mkdir -p recipes
113-
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform osx-64 -m -n
113+
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform osx-64 -m
114114
ls -la recipes
115115
- name: Generate recipes for osx-arm64
116116
shell: bash -l {0}
117117
if: steps.filecheck.outputs.OSX_ARM_YAML_CHANGED == 1 && matrix.platform == 'osx-arm64'
118118
run: |
119119
cp vinca_osx_arm64.yaml vinca.yaml
120120
mkdir -p recipes
121-
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform osx-arm64 -m -n
121+
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform osx-arm64 -m
122122
ls -la recipes
123123
- name: Generate recipes for win-64
124124
shell: bash -l {0}
@@ -129,7 +129,7 @@ jobs:
129129
mkdir /c/bld
130130
cp vinca_win.yaml vinca.yaml
131131
mkdir -p recipes
132-
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform win-64 -m -n
132+
$HOME/.pixi/bin/pixi run -e beta -v vinca --platform win-64 -m
133133
ls -la recipes
134134
- name: Check if there are packages to be built
135135
id: newrecipecheck

conda_build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ protobuf:
66
- 5.28.2
77
spdlog:
88
- 1.14
9+
pugixml:
10+
- '1.14'
911

1012
cdt_name:
1113
- ${{ "cos7" if linux }}

pixi.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git = "*"
2727

2828
[feature.beta.pypi-dependencies]
2929
# This is tipically the latest commit on main branch
30-
vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "aa102b280adcad0374e4d231b25d21bf0db27d61" }
30+
vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "d6e024976249858f25eb0ae07d2c2a46892920d6" }
3131
# Uncomment this line to work with a local vinca for faster iteration, but remember to comment it back
3232
# (and regenerate the pixi.lock) once you push the modified commit to the repo
3333
#vinca = { path = "../vinca", editable = true }

pkg_additional_info.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lanelet2_io:
2+
build_number: 9
3+
ros_workspace:
4+
build_number: 9

vinca_linux_64.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ conda_index:
55
- robostack.yaml
66
- packages-ignore.yaml
77

8+
# Reminder for next full rebuild, the next build number should be 10
89
build_number: 7
910

11+
# Specify that exactly the build_number used vinca*.yaml or pkg_additional_info.yaml
12+
# should be used, not some build number obtained by checking the maximum
13+
# of all build numbers used in the target channel
14+
use_explicit_build_number: true
15+
1016
mutex_package: ros2-distro-mutex 0.6.* humble_*
1117

1218
skip_all_deps: false

vinca_linux_aarch64.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ conda_index:
55
- robostack.yaml
66
- packages-ignore.yaml
77

8+
# Reminder for next full rebuild, the next build number should be 10
89
build_number: 5
910

11+
# Specify that exactly the build_number used vinca*.yaml or pkg_additional_info.yaml
12+
# should be used, not some build number obtained by checking the maximum
13+
# of all build numbers used in the target channel
14+
use_explicit_build_number: true
15+
1016
mutex_package: ros2-distro-mutex 0.6.* humble_*
1117

1218
skip_all_deps: false

vinca_osx.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ conda_index:
55
- robostack.yaml
66
- packages-ignore.yaml
77

8+
# Reminder for next full rebuild, the next build number should be 10
89
build_number: 7
910

11+
# Specify that exactly the build_number used vinca*.yaml or pkg_additional_info.yaml
12+
# should be used, not some build number obtained by checking the maximum
13+
# of all build numbers used in the target channel
14+
use_explicit_build_number: true
15+
1016
mutex_package: ros2-distro-mutex 0.6.* humble_*
1117

1218
skip_all_deps: false

vinca_osx_arm64.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ conda_index:
55
- robostack.yaml
66
- packages-ignore.yaml
77

8+
# Reminder for next full rebuild, the next build number should be 10
89
build_number: 6
910

11+
# Specify that exactly the build_number used vinca*.yaml or pkg_additional_info.yaml
12+
# should be used, not some build number obtained by checking the maximum
13+
# of all build numbers used in the target channel
14+
use_explicit_build_number: true
15+
1016
mutex_package: ros2-distro-mutex 0.6.* humble_*
1117

1218
skip_all_deps: false

vinca_win.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ conda_index:
55
- robostack.yaml
66
- packages-ignore.yaml
77

8+
# Reminder for next full rebuild, the next build number should be 10
89
build_number: 8
910

11+
# Specify that exactly the build_number used vinca*.yaml or pkg_additional_info.yaml
12+
# should be used, not some build number obtained by checking the maximum
13+
# of all build numbers used in the target channel
14+
use_explicit_build_number: true
15+
1016
mutex_package: ros2-distro-mutex 0.6.* humble_*
1117

1218
skip_all_deps: false

0 commit comments

Comments
 (0)