Re: [gentoo-dev] [PATCH 5/7] cargo.eclass: use custom profile for all builds

2023-02-10 Thread Georgy Yakovlev
On Thu, 2023-02-09 at 16:35 -0500, Ionen Wolkens wrote: > On Thu, Feb 09, 2023 at 12:48:45PM -0800, Georgy Yakovlev wrote: > > +   strip = "none" > > strip was stabilized in rust-1.59, this will likely fail without > USE=nightly on older rusts and other patch is only setting >=1.57 > > Haven'

Re: [gentoo-dev] [PATCH 5/7] cargo.eclass: use custom profile for all builds

2023-02-09 Thread Ionen Wolkens
On Thu, Feb 09, 2023 at 12:48:45PM -0800, Georgy Yakovlev wrote: > + strip = "none" strip was stabilized in rust-1.59, this will likely fail without USE=nightly on older rusts and other patch is only setting >=1.57 Haven't checked other options, I just happened to remember this one. -- ionen

[gentoo-dev] [PATCH 5/7] cargo.eclass: use custom profile for all builds

2023-02-09 Thread Georgy Yakovlev
also move install path to config file, so it can be overriden via command line arg if required. Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 33 ++--- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass