Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snap: Add rust to build-packages (#682)
* snap: Add rust to build-packages When building the snap on s390x some Python modules need to compile their extensions (rust based), this is not needed on amd64 since pypi has compiled packages available. This change add rustc, cargo and pkg-config to the list of build-packages in the snapcraft.yaml definition. * Migrate gh action actions/upload-artifact@v4 * Migration gh action actions/download-artifact@v4 The backport was adjusted to use build-snap.yml workflow instead of test.yml (cherry picked from commit b8747e0)
- Loading branch information