Control: affects -1 rust-tonic Quoting Jonas Smedegaard (2024-07-16 13:47:15) > Better if CARGO_HOME functionality could be handled internally > in the D::D::Buildsystem::rust library, > simplifying code and avoiding dependency on python.
An interesting use (and test) case here is rust-tonic: Upstream includes with source some code in one subproject which was generated by another subproject. Debian source package should contain only source code, so the source package is repackaged, stripping the generated files, and during build the generating subproject is first run, before build other parts. Currently, calling the generating project is done by setting up the required set of environment variables and directly calling the Python wrapper. I imagine that with internalized CARGO_HOME handling done by dynamically adding/mangling settings in default CARGO_HOME, then an unusual corner case is to test that rust-tonic still works. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ * Sponsorship: https://ko-fi.com/drjones [x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature

