Luca Barbato

Results 466 comments of Luca Barbato

It needs a bit more of investigation I assumed it always trigger a rebuild as it is now.

Are there any chances to consider this patch? I can rebase it if that's the case.

https://github.com/openwrt/packages/pull/19863 this works for me, I have no idea why the CI is having problems though, help welcome.

+1 for clean as well

Probably you can setup a suppression file and pass it using `LSAN_OPTIONS=suppressions` see more [here](https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer#suppressions). tiny static allocations are fine.

The curl in use apparently is broken.

``` 19 SystemConfiguration 0x0000000187abf478 SCDynamicStoreCopyProxiesWithOptions + 180 20 cargo-cinstall 0x0000000104cce3d4 Curl_macos_init + 16 21 cargo-cinstall 0x0000000104cbc624 curl_global_init + 176 ```

I guess upstream cargo should be notified as well.

It should work now, please let me know if anything is missing.

I'm quite sure rustflags are passed. ``` RUSTFLAGS=--impossible cargo cbuild --release --target-dir="capi" Error: CliError { error: Some(failed to run `rustc` to learn about target-specific information Caused by: process didn't exit...