Get macOS workflows working again#376
Conversation
|
Looks like the only remaining issue is that processing |
|
I see the same check.texi issues in the windows builds too. I'm thinking the version of texinfo tool used in the Linux tests is more forgiving of errors. I've updated check.text to pass, and fixed the other issues with the windows tests. That's now merged into master. Feel free to rebase to pick up those changes and confirm that all the osx issues are resolved. |
|
Excellent, thanks! Hopefully just a little more poking at it and it'll all work! |
fa5b2cb to
fe19937
Compare
fe19937 to
8a5e9e6
Compare
|
OK, now we're down to only |
|
@brarcher Where is |
Since `cmake/config.h.in` gets filled in by calls to `check_function_exists()` within `CMakeLists.txt`, it needs an entry for `HAVE_SETITIMER` in order for it to propagate to the generated `config.h` file.
Thanks for catching that (I missed the return when fixing the windows builds earlier). Thanks for resolving the osx builds! Now the builds are back to green |
I'm using this PR to try to get macOS workflows working. I expect this will require a combination of adjustment to the workflows themselves as well as to the
configure.acfile to modernize both.