Skip to content

Move package to the development repository

This newer update of cbindgen, version 0.23.x, pulls in a versioned build dependency because they rely on the newer rustc compiler.

Because only the rustc-mozilla compiler is latest (1.59) vs rustc (1.48), we need cbindgen to depend on the latest version of the rustc compiler.

Now. the latest rustc compiler, i.e. rustc-mozilla is only available in the sdk component of the repository.

So, to keep the changes to the minimal, we move the rustc-mozilla package to development. The consumer, i.e. firefox-esr, resides in sdk repository, which already depends on development at the OBS repository level.

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports