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

A few fixes for the test Makefile #754

Merged
merged 2 commits into from Mar 27, 2020
Merged

A few fixes for the test Makefile #754

merged 2 commits into from Mar 27, 2020

Conversation

eregon
Copy link
Collaborator

@eregon eregon commented Mar 25, 2020

See the individual commit messages for details.

Part of #660 (comment)

eregon and others added 2 commits March 25, 2020 16:11
* It causes `ld: library not found for -lgcc_s.10.4` in CI on Mojave.
* Add -Wno-unused-parameter to silence warnings.
* Do not try to compile 32-bit as that is warned:
  ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS)
* The fact that the library exists doesn't mean it's up to date.
* The Makefile does the right timestamp checks and compares to sources, and it's fast.
* Simplify code, `system` returns false or nil when the command fails.
@eregon
Copy link
Collaborator Author

eregon commented Mar 25, 2020

The CI seems partially broken and it looks unrelated to this PR 😢
https://travis-ci.org/github/ffi/ffi/builds/666834277

@larskanis larskanis merged commit b7f3bad into ffi:master Mar 27, 2020
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.

None yet

2 participants