Skip to content
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

T-CI: re-enable macOS build #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

T-CI: re-enable macOS build #19

wants to merge 4 commits into from

Conversation

sysvinit
Copy link
Collaborator

@sysvinit sysvinit commented Oct 8, 2018

Now that I've (finally) made this build on macOS (at the very least on 10.11, as I don't have any newer machines), we might wish to re-enable the macOS CI builds.

sysvinit and others added 4 commits October 8, 2018 21:08
Using a `sed` command to wrap the contents of `.d` files only works when
the contents are on one line, it seems.
El Capitan (i.e. `xcode8`) is now EOL on brew; updating to `xcode9.4`
should fix some problems.
@magnostherobot
Copy link
Owner

A variety of problems:

Job 8 is failing because gcc-4.9 is not on the path:

make[1]: gcc-4.9: No such file or directory

Job 9 can find gcc-5, so maybe changing gcc-4.9 to gcc-4 would work.

Job 10 and job 11 cannot find an internal header that is used by stdio.h:

In file included from main.c:4:0:
/usr/local/Cellar/gcc@6/6.5.0/lib/gcc/6/gcc/x86_64-apple-darwin17.7.0/6.5.0/include-fixed/stdio.h:78:20: fatal error: _stdio.h: No such file or directory
 #include <_stdio.h>
                    ^

Finally, job 12, the only clang job, cannot find clang at the given path:

make[1]: /usr/local/bin/clang: No such file or directory

@sysvinit
Copy link
Collaborator Author

Hmm, might be worth just disabling the non-functional tests for now so we can at least have some testing on macOS, even if it's only with a handful of compilers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants