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

Build mac-compatible wheels #181

Open
chris48s opened this issue Oct 16, 2023 · 2 comments
Open

Build mac-compatible wheels #181

chris48s opened this issue Oct 16, 2023 · 2 comments

Comments

@chris48s
Copy link
Owner

More work to be done on this, but..

see notes in #179 (comment)

and proof of concept in 476ba1d

@chris48s
Copy link
Owner Author

#182 adds a macosx_x86_64 wheel. Released as https://pypi.org/project/django-apiblueprint-view/2.5.0/

I've not been able to successfully compile an macosx_arm64 one.

Revisit that if m1 runners ever become generally available.

Also, it would be nice to add macos to the test matrix so we cover all the paths through https://github.com/chris48s/django-apiblueprint-view/blob/master/apiblueprint_view/__init__.py

@chris48s
Copy link
Owner Author

OK, so GitHub announced mac arm64 runners
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

Had a go at compiling on it
bcb0726

ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [out/Release/libdrafter.dylib] Error 1

Not sure where to go next with this..am I missing something, or banging my head against a brick wall?

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