tbsuht

Results 19 comments of tbsuht

> Any update on this? It looks like this is a regression according to #3128. This is still broken, any update?

@chrmarti I'm using BuildKit now, but still the image is not updated when using 'Rebuild without Cache'. Or am I missing something? ``` [1180 ms] Start: Check Docker is running...

@memsharded I've setup a small [example](https://github.com/tbsuht/conan-private-linking). If this is not related to the topic of the discussion above, we can also move this into a new issue. The relationship is...

``` >>> with sess.get_data_ly("/*") as data: ... data.print(fmt="json", out_type=IOType.MEMORY, pretty=True, with_siblings=True) ... '{\n "ietf-hardware:hardware": {\n "component": [\n {\n ... \n }\n ]\n },\n "ietf-interfaces:interfaces": {\n "interface": [\n {\n ... \n...

> Seems to be a problem when you build it via (cd your_program; conan install . --build=missing) - ie indirectly as a requirement, but works ok if you build directly...

@prince-chrismc or someone else: is there a difference in conan if a component is build explicitly via a reference or within the build of another component (e.g. with "--build")? This...