Gentoo Archives: gentoo-dev

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] cargo.eclass improvements
Date: Thu, 09 Feb 2023 20:49:19
Message-Id: 20230209204847.3270114-1-gyakovlev@gentoo.org
1 Series of patches to cargo.eclass
2 most important chages are:
3 1. minimum rust/cargo version bump, which will propogate to all
4 consumers.
5 2. introduction of custom build profile (similar to what we do in Cmake)
6 This will allow to consistently specify build options, yeat allows
7 overrides from users or developers via envvars and/or args.
8
9 PR: https://github.com/gentoo/gentoo/pull/29510
10
11 PS: still WIP, but most changes are ready.
12 Another upcoming change is to allow running 'cargo update' to be able to
13 bump vulnerable/outdated pkgs listed in CRATES.

Replies