ericLemanissier
ericLemanissier
there seem to be a problem with libunwind | 1.3.1 | 4.0.10 | 4.0.10 -- | -- | -- | -- I'm not sure where does this 4.0.10 comes from,...
indeed, there are 4.0.6 4.0.7 4.0.9 and 4.0.10 which all refer to the same commit which is part of no branch ! https://github.com/libunwind/libunwind/commit/552a1aae73c279c94125e0ab2503186ada43a89e Maybe the bot could simply ignore all...
I think this can be closed, now that https://github.com/microsoft/vscode-dev-containers/issues/1477 is fixed
There may be another way, but that's how I did it https://github.com/ericLemanissier/conan-center-conflicting-prs/blob/main/main.py#L30-L58
My parsing of diffs is too rudimentary, I should use unidiff instead, but did not have the time to go through it yet.
This seem to be a libc incompatibility version between binaries built on your computer and binaries downloaded from Conan Center Index. What you need to do is follow recommendations in...
Also, maybe put a comment on the line you don't want the bot to modify ?
This happens because the recipe uses pkgconf as provided by conan, so it does not peek into your system .pc files, and dones not find jack. You could try to...
Currently the user has to call ``` export CONAN_CURRENT_PAGE=$((${CIRCLE_NODE_INDEX}+1)) export CONAN_TOTAL_PAGES=${CIRCLE_NODE_TOTAL} ``` which works great. It would be even better if the user didn't have to do it!
Shouldn't we remove sdl2 ? https://github.com/bincrafters/community/pull/1414