-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release-windows.yml: fixed collecting files [skip ci] #6904
Conversation
https://github.com/danmar/cppcheck/actions/runs/11283837769/job/31383985732
No idea how this broke because it was working fine within the PR but now fails with |
This broke because of #6882. Which is actually good as it exposed redundant code. |
Successful build: https://github.com/danmar/cppcheck/actions/runs/11296554734?pr=6904. |
This obliterated the whole CI... |
Sh... how can we restore the history?!?!?!? Please do not push anything to the master. @chrchr-github @orbitcowboy @pfultz2 @danmar I might need owner permissions to fix this. |
@ludviggunne forgot to mention you - please do not merge anything. |
The GitHub Desktop application let's me squash commits and apparently force-push (whereas my IDE doesn't). So I could easily fix that if given the OK. The amount of people which have pulled the change into their fork is extremely small so the fallout should minimal. Although @danmar pointed out that it will most likely break daca. I will take care of that by introducing a workaround. That is not good but it would get rid of the outdated clients (which I would have preferred to do in a different way). |
I don't see how to give you write permission. |
I could drop the commit from the history if you like.
I am not sure how it can be worked around.. do you suggest that the donate-cpu.py script will automatically restore the repo. but donate-cpu.py scripts must still be restarted in some way, right? |
Yes. Users need to update it - but most of them usually do. In #6455 I outline how users gain an "auto-update". |
but this time it will not work well with a "git pull". I assume they use "git pull". |
So far it is very few people which are affected (only six people outside of the team so far got the bad change) so it should not be an issue getting the script but within the script itself which I will address. |
I have dropped the commit so now you can try to fix. |
That already fixed it. I will prepare a new PR which fixed the release job. Everybody else - please rebase and drop the now stray commit from your branches. |
@olabetskyi @jhnc-oss @MatrixMike @rghe @makesoftwaresafe @sthagen I tagged you in this ticket to inform you that we had to drop the commit for this MR from the So far it seems you simply need to drop the commit in question from your up-to-date branches and everything should be fine. I will try to help out as much as I can if further issues arise. |
@firewave thanks. |
#6917 fixes the daca client. |
No description provided.