Uh oh!
There was an error while loading. Please reload this page.
selfcheck.sh: also run with system includes made available - #438
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
firewave
commented
Jun 11, 2025
This fails with The code in question: #if __has_include(<sys/single_threaded.h>)
# include<sys/single_threaded.h>
#endif |
508ffaf to
fdae274Comparedd1cc3f to
fbb316fComparefirewave
commented
Aug 4, 2025
It now fails with or |
8af58e9 to
a21478bCompare34115d6 to
d7eaeb7Compareeebcb44 to
2760f96Compare
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)?
firewave
commented
Sep 10, 2025
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. |
This comment was marked as resolved.
This comment was marked as resolved.
e779362 to
b0b0573Comparefirewave
commented
Sep 11, 2025
After integrating this with MinGW I have a few cleanups for this. |
firewave
commented
Sep 11, 2025
I think I have that figured out as well. |
This comment was marked as resolved.
This comment was marked as resolved.
81a82d0 to
6abcbe6Compare| @@ -1,11 +1,111 @@ | |||
| #!/bin/sh | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
Needed so the <<< syntax works.
Uh oh!
There was an error while loading. Please reload this page.
No description provided.