RoboStack / RoboStack/ros-lyrical
Post-PR failures September 2026
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11
- Forks
- 13
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 8
Description
ros-lyrical-ur-simulation-gz
ros-lyrical-ur
ros-lyrical-moveit
Traceback (most recent call last):
File "/home/runner/work/ros-lyrical/ros-lyrical/.pixi/envs/default/bin/vinca-gha", line 10, in <module>
sys.exit(main())
~~~~^^
File "/home/runner/work/ros-lyrical/ros-lyrical/.pixi/envs/default/lib/python3.14/site-packages/vinca/generate_gha.py", line 589, in main
build_unix_pipeline(
~~~~~~~~~~~~~~~~~~~^
stages,
^^^^^^^
...<6 lines>...
pixi_version=pixi_version,
^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/home/runner/work/ros-lyrical/ros-lyrical/.pixi/envs/default/lib/python3.14/site-packages/vinca/generate_gha.py", line 280, in build_unix_pipeline
dump_for_gha(workflow, outfile)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/ros-lyrical/ros-lyrical/.pixi/envs/default/lib/python3.14/site-packages/vinca/generate_gha.py", line 160, in dump_for_gha
raise RuntimeError(
...<3 lines>...
)
RuntimeError: Generated workflow linux_aarch64.yml is 504.7 KiB, exceeding the 500 KiB limit. Increase --batch_size to reduce the number of generated jobs.
https://github.com/RoboStack/ros-lyrical/actions/runs/34697410459
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions run and the Vinca vinca-gha workflow-generation entry point shown in the traceback. Find where the batch_size setting is configured for the listed packages and increase it as needed. Done means the generated linux_aarch64.yml stays below GitHub's 500 KiB limit and the workflow completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100