Alexander Kanavin

Results 68 comments of Alexander Kanavin

For what it's worth, I'm coming from the Yocto project, which builds complete system images and associated package feeds completely from source. So we have the luxury of using global...

Thanks, that should help as well, even though I'd prefer to not support llvm-config at all.

It's specifically mesa cross-builds which I am trying to solve (in the context of yocto project). When llvm is linked dynamically, llvm-config is more or less forced, and cross builds...

Using qemu usermode as the exe_wrapper works, but only in some cases, not all of them. For some targets, there is no qemu support. For others, it's there, but only...

I support this. Running llvm-config really does not work when cross-compiling.

Ubuntu Bionic (18.04) goes out of support in about two months. I would just drop testing with it altogether, or replace with a more recent release.

> Hi @kanavin , > > This one could be related: #8415 > > Can you please confirm your clang version? @kraj I think this was this with 17.x?

This is the original commit: https://github.com/rust-lang/cargo/commit/fee7c68e59b452cd637ba91532d6b77baa95ef10 As far as I understand there was never any explicit decision to use the verbose version vs concise version, it was considered simply 'the...

I think the core issue is the same, although the title of #8140 makes it look like ' -C metadata=hash' is the non-reproducible bit, and discussion went on all sorts...

So I would not want to close this, as the issue of whether to pass ' -C metadata=hash' at all is actually different than the issue of putting the 'host:'...