selfcheck.sh: also run with system includes made available#438
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
This fails with The code in question: #if __has_include(<sys/single_threaded.h>)
# include <sys/single_threaded.h>
#endif |
Sorry, something went wrong.
508ffaf to
fdae274
Compare
June 11, 2025 11:24
dd1cc3f to
fbb316f
Compare
August 4, 2025 10:59
|
It now fails with or |
Sorry, something went wrong.
8af58e9 to
a21478b
Compare
August 6, 2025 08:04
34115d6 to
d7eaeb7
Compare
August 6, 2025 09:16
eebcb44 to
2760f96
Compare
August 7, 2025 09:35
danmar
left a comment
There was a problem hiding this comment.
hmm.. my problem with this could be that maybe there will be problem in CI and no problem locally .. or no problem in CI today and then we get problems a year from now.
are the headers in a github runner fixed so they are never changed? or can they be changed at anytime (from one day to the next)?
Sorry, something went wrong.
Yes, that is a bit of a shortcoming. That might need some adjustment if encountered. But as we are just checking for errors and not the actual output it should be fine.
That can happen with anything in any workflow because the runners (and all other parts of the GitHub workflows) are constantly changing.
No, they are not. But as mentioned above that is an issue we are constantly facing with any part of GitHub workflows. |
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
e779362 to
b0b0573
Compare
September 10, 2025 12:44
|
After integrating this with MinGW I have a few cleanups for this. |
Sorry, something went wrong.
I think I have that figured out as well. |
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
81a82d0 to
6abcbe6
Compare
September 16, 2025 18:09
6abcbe6 to
31088a9
Compare
October 1, 2025 15:30
31088a9 to
35346ef
Compare
October 1, 2025 15:38
a5fdea9
into
cppcheck-opensource:master
Oct 2, 2025
No description provided.