17
17
- " ros-jazzy-livox-ros-driver2"
18
18
- os : ubuntu-24.04-arm
19
19
platform : linux-aarch64
20
- additional_recipes :
20
+ additional_recipes :
21
21
- " ros-jazzy-livox-ros-driver2"
22
22
- os : macos-13
23
23
platform : osx-64
37
37
persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
38
38
fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
39
39
40
- - uses : prefix-dev/setup-pixi@v0.8.8
40
+ - uses : prefix-dev/setup-pixi@v0.8.10
41
41
with :
42
42
pixi-version : v0.44.0
43
- environments : beta
44
43
frozen : true
45
44
46
45
# Workaround for https://github.com/RoboStack/ros-humble/pull/141#issuecomment-1941919816
@@ -75,31 +74,31 @@ jobs:
75
74
run : |
76
75
cp vinca_linux_64.yaml vinca.yaml
77
76
mkdir -p recipes
78
- $HOME/.pixi/bin/pixi run -e beta - v vinca --platform linux-64 -m -n
77
+ $HOME/.pixi/bin/pixi run -v vinca --platform linux-64 -m -n
79
78
ls -la recipes
80
79
- name : Generate recipes for linux-aarch64
81
80
shell : bash -l {0}
82
81
if : matrix.platform == 'linux-aarch64'
83
82
run : |
84
83
cp vinca_linux_aarch64.yaml vinca.yaml
85
84
mkdir -p recipes
86
- $HOME/.pixi/bin/pixi run -e beta - v vinca --platform linux-aarch64 -m -n
85
+ $HOME/.pixi/bin/pixi run -v vinca --platform linux-aarch64 -m -n
87
86
ls -la recipes
88
87
- name : Generate recipes for osx-64
89
88
shell : bash -l {0}
90
89
if : matrix.platform == 'osx-64'
91
90
run : |
92
91
cp vinca_osx.yaml vinca.yaml
93
92
mkdir -p recipes
94
- $HOME/.pixi/bin/pixi run -e beta - v vinca --platform osx-64 -m -n
93
+ $HOME/.pixi/bin/pixi run -v vinca --platform osx-64 -m -n
95
94
ls -la recipes
96
95
- name : Generate recipes for osx-arm64
97
96
shell : bash -l {0}
98
97
if : matrix.platform == 'osx-arm64'
99
98
run : |
100
99
cp vinca_osx_arm64.yaml vinca.yaml
101
100
mkdir -p recipes
102
- $HOME/.pixi/bin/pixi run -e beta - v vinca --platform osx-arm64 -m -n
101
+ $HOME/.pixi/bin/pixi run -v vinca --platform osx-arm64 -m -n
103
102
ls -la recipes
104
103
- name : Generate recipes for win-64
105
104
shell : bash -l {0}
@@ -110,7 +109,7 @@ jobs:
110
109
mkdir /c/bld
111
110
cp vinca_win.yaml vinca.yaml
112
111
mkdir -p recipes
113
- $HOME/.pixi/bin/pixi run -e beta - v vinca --platform win-64 -m -n
112
+ $HOME/.pixi/bin/pixi run -v vinca --platform win-64 -m -n
114
113
ls -la recipes
115
114
- name : Copy additional recipes which have been changed into recipes
116
115
shell : bash -l {0}
@@ -131,34 +130,34 @@ jobs:
131
130
shell : bash -l {0}
132
131
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'linux-64'
133
132
run : |
134
- env -i $HOME/.pixi/bin/pixi run -e beta python check_patches_clean_apply.py
135
- # env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform linux-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
136
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform linux-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
133
+ env -i $HOME/.pixi/bin/pixi run python check_patches_clean_apply.py
134
+ # env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir additional_recipes --target-platform linux-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
135
+ env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir recipes --target-platform linux-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
137
136
- name : Build recipes for linux-aarch64
138
137
shell : bash -l {0}
139
138
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'linux-aarch64'
140
139
run : |
141
- env -i $HOME/.pixi/bin/pixi run -e beta python check_patches_clean_apply.py
142
- # env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform linux-aarch64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
143
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform linux-aarch64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
140
+ env -i $HOME/.pixi/bin/pixi run python check_patches_clean_apply.py
141
+ # env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir additional_recipes --target-platform linux-aarch64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
142
+ env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir recipes --target-platform linux-aarch64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
144
143
- name : Build recipes for osx-64
145
144
shell : bash -l {0}
146
145
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'osx-64'
147
146
run : |
148
- env -i $HOME/.pixi/bin/pixi run -e beta python check_patches_clean_apply.py
149
- # env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform osx-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
150
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform osx-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
147
+ env -i $HOME/.pixi/bin/pixi run python check_patches_clean_apply.py
148
+ # env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir additional_recipes --target-platform osx-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
149
+ env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir recipes --target-platform osx-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
151
150
- name : Build recipes for osx-arm64
152
151
shell : bash -l {0}
153
152
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'osx-arm64'
154
153
run : |
155
- env -i $HOME/.pixi/bin/pixi run -e beta python check_patches_clean_apply.py
156
- # env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform osx-arm64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
157
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform osx-arm64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
154
+ env -i $HOME/.pixi/bin/pixi run python check_patches_clean_apply.py
155
+ # env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir additional_recipes --target-platform osx-arm64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
156
+ env -i $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir recipes --target-platform osx-arm64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
158
157
- name : Build recipes for win-64
159
158
shell : bash -l {0}
160
159
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'win-64'
161
160
run : |
162
- $HOME/.pixi/bin/pixi run -e beta python check_patches_clean_apply.py
163
- # $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform win-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
164
- $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform win-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
161
+ $HOME/.pixi/bin/pixi run python check_patches_clean_apply.py
162
+ # $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir additional_recipes --target-platform win-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
163
+ $HOME/.pixi/bin/pixi run rattler-build build --recipe-dir recipes --target-platform win-64 -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
0 commit comments