From ebeed2325de9cb9c7fd60a367f12f4ef74b69a5b Mon Sep 17 00:00:00 2001 From: wep21 Date: Mon, 13 Jan 2025 22:27:30 +0900 Subject: [PATCH] update pixi.toml Signed-off-by: wep21 --- pixi.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pixi.toml b/pixi.toml index 1a7dd8fa..c044590e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -33,10 +33,10 @@ vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "35f09634dbd3c36 #vinca = { path = "../vinca", editable = true } [feature.beta.tasks] -generate-recipes = { cmd = "vinca -m", depends_on = ["rename-file"] } +generate-recipes = { cmd = "vinca -m", depends-on = ["rename-file"] } remove-file = { cmd = "rm vinca.yaml; rm -rf recipes" } build_additional_recipes = { cmd = "rattler-build build --recipe-dir ./additional_recipes -m ./conda_build_config.yaml -c robostack-staging -c https://repo.prefix.dev/conda-forge --skip-existing" } -build = { cmd = "rattler-build build --recipe-dir ./recipes -m ./conda_build_config.yaml -c robostack-staging -c https://repo.prefix.dev/conda-forge --skip-existing", depends_on = ["build_additional_recipes", "generate-recipes"] } +build = { cmd = "rattler-build build --recipe-dir ./recipes -m ./conda_build_config.yaml -c robostack-staging -c https://repo.prefix.dev/conda-forge --skip-existing", depends-on = ["build_additional_recipes", "generate-recipes"] } 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-staging -c https://repo.prefix.dev/conda-forge", env = { PACKAGE = "ros-humble-ros-workspace" } } create_snapshot = { cmd = "vinca-snapshot -d humble -o snapshot_$(date +\"%Y-%m-%d-%H-%M-%S\").yaml" } @@ -44,16 +44,16 @@ create_snapshot = { cmd = "vinca-snapshot -d humble -o snapshot_$(date +\"%Y-%m- beta = ["beta"] [target.linux-64.tasks] -rename-file = { cmd = "ln -s vinca_linux_64.yaml vinca.yaml", depends_on = ["remove-file"] } +rename-file = { cmd = "ln -s vinca_linux_64.yaml vinca.yaml", depends-on = ["remove-file"] } [target.osx-64.tasks] -rename-file = { cmd = "ln -s vinca_osx.yaml vinca.yaml", depends_on = ["remove-file"] } +rename-file = { cmd = "ln -s vinca_osx.yaml vinca.yaml", depends-on = ["remove-file"] } [target.osx-arm64.tasks] -rename-file = { cmd = "ln -s vinca_osx_arm64.yaml vinca.yaml", depends_on = ["remove-file"] } +rename-file = { cmd = "ln -s vinca_osx_arm64.yaml vinca.yaml", depends-on = ["remove-file"] } [target.linux-aarch64.tasks] -rename-file = { cmd = "ln -s vinca_linux_aarch64.yaml vinca.yaml", depends_on = ["remove-file"] } +rename-file = { cmd = "ln -s vinca_linux_aarch64.yaml vinca.yaml", depends-on = ["remove-file"] } [target.win-64.tasks] -rename-file = { cmd = "cp vinca_win.yaml vinca.yaml", depends_on = ["remove-file"] } +rename-file = { cmd = "cp vinca_win.yaml vinca.yaml", depends-on = ["remove-file"] }