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

There needs to be a way to build without UUID #286

Open
igor-makarov opened this issue Jul 17, 2019 · 0 comments
Open

There needs to be a way to build without UUID #286

igor-makarov opened this issue Jul 17, 2019 · 0 comments

Comments

@igor-makarov
Copy link

igor-makarov commented Jul 17, 2019

UUID in Utilities.swift has been deprecated, but it's still impossible to build on a system that doesn't have uuid-dev installed.

The recommended solution of installing it with apt-get isn't always possible. For example, Netlify Docker images run unprivileged as a security policy and do not have it installed.

Perhaps gating it with #if swift(<5.0) and using __has_include in the C headers would work?

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

No branches or pull requests

1 participant