Skip to content

Commit 09fd4dd

Browse files
Merge pull request #60 from gftabor/main
Remake recipes folder after deleting it in pixi toml
2 parents 65d02f8 + b5dd441 commit 09fd4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ vinca = { git ="https://github.com/RoboStack/vinca.git", rev = "cbb8eba834ce3834
3333

3434
[feature.beta.tasks]
3535
generate-recipes = { cmd = "vinca -m", depends-on = ["rename-file"] }
36-
remove-file = { cmd = "rm vinca.yaml; rm -rf recipes" }
36+
remove-file = { cmd = "rm vinca.yaml; rm -rf recipes; mkdir recipes" }
3737
build_additional_recipes = { cmd = "rattler-build build --recipe-dir ./additional_recipes -m ./conda_build_config.yaml --skip-existing -c robostack-jazzy -c https://repo.prefix.dev/conda-forge", depends-on = ["generate-recipes"] }
3838
build = { cmd = "rattler-build build --recipe-dir ./recipes -m ./conda_build_config.yaml -c robostack-jazzy -c https://repo.prefix.dev/conda-forge --skip-existing", depends-on = ["build_additional_recipes", "generate-recipes"] }
3939
build_one_package = { cmd = "cp ./patch/$PACKAGE.*patch ./recipes/$PACKAGE/patch/; rattler-build build --recipe ./recipes/$PACKAGE/recipe.yaml -m ./conda_build_config.yaml -c robostack-jazzy -c https://repo.prefix.dev/conda-forge", env = { PACKAGE = "ros-jazzy-ros-workspace" } }

0 commit comments

Comments
 (0)