Skip to content

fix: update instructions for invoking pixi run commands#402

Merged
Tobias-Fischer merged 1 commit into
RoboStack:mainfrom
esteve:fix-pixi-run-commands-doc
May 12, 2026
Merged

fix: update instructions for invoking pixi run commands#402
Tobias-Fischer merged 1 commit into
RoboStack:mainfrom
esteve:fix-pixi-run-commands-doc

Conversation

@esteve
Copy link
Copy Markdown
Contributor

@esteve esteve commented May 11, 2026

This PR fixes the document on how to build one package, neither --package or -- --package worked for me, but just pixi run build-one ros-humble-rsl actually worked:

/home/esteve/Projects/Bonsai/RoboStack/ros-humble on  main via 🐍 v3.14.4 via 🧚 v0.67.2 
 pixi run build-one --package ros-humble-rsl
Error:   × task 'build-one' received more arguments than expected
  help: use `--` to separate task arguments from extra passthrough arguments


…/home/esteve/Projects/Bonsai/RoboStack/ros-humble on  main via 🐍 v3.14.4 via 🧚 v0.67.2 
 pixi run build-one -- --package ros-humble-rsl
✨ Pixi task (build-one): cp ./patch/ros-humble-ros-workspace.*patch ./recipes/ros-humble-ros-workspace/patch/; rattler-build build --recipe ./recipes/ros-humble-ros-workspace/recipe.yaml -m ./conda_build_config.yaml -c https://repo.prefix.dev/conda-forge -c robostack-staging --package ros-humble-rsl: (Build a single package, from the ./recipes dir. Add the `ros-humble-` prefix to the package name, e.g. `pixi build-one ros-humble-ros-workspace`)
cp: could not copy patch/ros-humble-ros-workspace.patch to ./recipes/ros-humble-ros-workspace/patch/: No such file or directory (os error 2)
error: unexpected argument '--package' found

  tip: a similar argument exists: '--package-format'

Usage: rattler-build build --recipe <RECIPES> --variant-config <VARIANT_CONFIG> --channel <CHANNELS> --package-format <PACKAGE_FORMAT>

For more information, try '--help'.

…/home/esteve/Projects/Bonsai/RoboStack/ros-humble on  main via 🐍 v3.14.4 via 🧚 v0.67.2 
 

Signed-off-by: Esteve Fernandez <esteve.fernandez@bonsairobotics.ai>
@traversaro traversaro requested a review from Tobias-Fischer May 12, 2026 12:26
@traversaro
Copy link
Copy Markdown
Member

fyi @Tobias-Fischer

@Tobias-Fischer Tobias-Fischer merged commit df1e55c into RoboStack:main May 12, 2026
6 checks passed
@esteve esteve deleted the fix-pixi-run-commands-doc branch May 12, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants