Skip to content

Cargo-RPM is implementing a cleaner way of specifying target.

Ruben De Smet requested to merge cargo-rpm-70 into master
  • Make sure armv7hl can be used as default target, such as not to interrupt development cycle too much.
  • Get rid of MER_ARCH variable in .gitlab-ci.yml? It is used in RUSTFLAGS, another hack!
  • Read over build instructions in README
  • build:i486 generates a i686 package with a i686 executable. Tagging #24 (closed), relevant comment https://github.com/iqlusioninc/cargo-rpm/pull/70#issuecomment-645212807. Zypper doesn't want to install it in the platform SDK.
  • Let's wait for a new release of Cargo-RPM, then we can change .gitlab-ci.yml to depend on a released version. It's the cleanest way to invalidate the builder cache.

Fixes #26 (closed) thanks to https://github.com/iqlusioninc/cargo-rpm/pull/70

Edited by Ruben De Smet

Merge request reports