@RobertCNelson Thanks for updating the runners to have that package. I modified my CI/CD yaml script, but unfortunately the issue persists in the job. I would just use python create_release.py
to build the gateware locally (which is what’s run in the pipeline), but unfortunately there is a riscv compiler issue that’s present on my local machine even after multiple fresh installs of Libero (on Ubuntu 24.04) that forces me into the CI/CD pipeline.
Have you ever run into this issue before? In the earlier beagle-v fire example I built off of, the build completed successfully so long as the CI/CD pipeline was not asked to build this gateware component directly. I’m not sure how the previous author managed to get it working, but unfortunately I’ve been unsuccessful, even when cloning their repo directly.
Sorry for the hassle, and thanks a lot for the reply!