ericLemanissier

Results 162 comments of ericLemanissier

The build is now finished. You can take a look at the results [here](https://github.com/ericLemanissier/proof-of-conan/actions/runs/9177037237/attempts/2)

Are you sure you are using ` --build all` ? it should be ` --build` I think. Does it fix your problem if you add `-pr:h=path\to\profile` ?

@WilliamBehrens `--build all` is not [documented](https://docs.conan.io/en/latest/reference/commands/creator/create.html), are you sure it does what you want it to do ? I had the same error as you, when using `-pr:b=default` https://github.com/eirikb/proof-of-conan/runs/5098836941?check_suite_focus=true#step:8:6740 but...

Is there a config.log file in folder C:\Users\wbehrens\.conan\data\automake\1.16.3\_\_\build\3475bd55b91ae904ac96fde0f106a136ab951a5e you could send ?

CI results ok on https://github.com/ericLemanissier/stale/pull/53/checks

+1, cf https://github.com/actions/stale/pull/1157

Same thing happened for me: https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Trojan%3AWin32%2FScarletFlash!MSR&threatid=2147894063 @niXman do you know what this padlock.dll is used for ? Can we simply remove it ?

@perseoGI this problem won't be solved until conan-center CI uses a more recent version of libc. This would also have the benefit of allowing conan-center to build[ linux binaries for...

@RedYetiDev you probably want to try my proposition from https://github.com/actions/stale/pull/1237. For this, you can replace `uses: actions/stale@...`with `uses: actions/stale@4c023f01d613e60293d8004f251a18bfb9bbd71d` and remove `actions: write` from https://github.com/nodejs/help/blob/main/.github/workflows/close-stale-issues.yml

yeah, this sorts by ascending or descending creation date (issue/pr number basically). The intent of the PR is to sort by update date instead.