Eric Riff
Eric Riff
Thanks, But it will be the third time it hangs. I don't expect it to pass this time either
Oh well, I'll swallow my words. Ready to review then.
> Have you tried adding them to a `.env` file? https://github.com/pypa/pipenv/issues/2197#issuecomment-445754721
I just came across the same limitation. I'm trying to use this integration on a project that relies on protobuf / protoc. I can access the protobuf library, but not...
I just came across this issue. I've noticed that this repo has a `build-manylinux` script that generates the wheels, ran it locally and found that it does generate wheels for...
I also would like an option to make this go away by itself if the cmds executed correctly. For the developer working on the devcontainer itself, it might be useful....
I just came across this issue while trying to compile lld with Conan. CMake errors out when it hits this line https://github.com/llvm/llvm-project/blob/main/llvm/lib/WindowsManifest/CMakeLists.txt#L30 since `get_property(libxml2_library TARGET LibXml2::LibXml2 PROPERTY LOCATION)` returns nothing
I'm facing exactly the same problem. I have a yocto SDK from where I pick up a toolchain, most of the libraries my app relies on are provided by Conan2....
Another weird issue i'm tracking down and seems related: For context, this is the folder structure of a yocto SDK ``` yocto-sdk ├── sysroots │ ├── armv7at2hf-neon-poky-linux-gnueabi │ └── x86_64-pokysdk-linux...
One last update (sorry for the noise) Based on the comments above I managed to kind of make conan do what I want with ```cmake set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE NEVER) ```...