ericLemanissier
ericLemanissier
You are right that the failure is not the consequence of one of your change, cf https://github.com/conan-io/conan-center-index/pull/9891, however the bot won't merge the change if some configuration fails. If we...
you could do something similar to https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/conanfile.py#L711-L720
The error for both cpython versions is actually the same: `clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6'`. Some information is available on https://stackoverflow.com/questions/63972113/big-sur-clang-invalid-version-error-due-to-macosx-deployment-target. The easiest solution seems to be to...
I just had the same problem: withMemoryBufferParameter does not copy the buffer, it just copies the pointer, so it is up to the caller to make sure that the pointer...
and https://github.com/bincrafters/conan-exprtk https://github.com/conan-io/conan-center-index/tree/master/recipes/exprtk
emsdk too: https://github.com/conan-io/conan-center-index/pull/6163 gcc: https://github.com/conan-io/conan-center-index/pull/1694 physfs: https://conan.io/center/physfs libmicrohttpd: https://conan.io/center/libmicrohttpd
I noticed that compiledb puts in compilation database only the files which are at the root of the project, but not the files which are in subdirectories. I guess this...
I have just been bitten by this issue too, cf https://github.com/Ericsson/codechecker/issues/3814 If any of you have an idea of something I could try, I'd be happy to !
that would be great. note that you need to replace the `c:` part of the path with something like `drive_c`, because otherwise `ZipFile` just removes the drive prefix.
The build is now finished. You can take a look at the results [here](https://github.com/ericLemanissier/proof-of-conan/actions/runs/8552364239/attempts/2)