Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

building for older machines #219

Open
adamwolf opened this issue Oct 14, 2018 · 0 comments
Open

building for older machines #219

adamwolf opened this issue Oct 14, 2018 · 0 comments

Comments

@adamwolf
Copy link
Contributor

this is a catch-all issue.

We have historically built on the oldest version we support, even though we have --macos-min-version. This is because of our brew dependencies that get included. If we don't --build-bottle, usually they are built for the current macos version.

If we do do --build-bottle, we're fine, except that the dependencies of our dependencies are not built with --build-bottle.

so

Add this information to the README.

Set up a 10.14 VM to install all the dependencies, and all their dependencies, with --build-bottle, until no dependencies are pulled in automatically.

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

No branches or pull requests

1 participant