-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Bazel updates #2696
Bazel updates #2696
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
@keith Apparently auto-updates don't work when you have both a WORKSPACE and a MODULE.bzl. It is a miracle everything still worked. Hehe. |
Bloaty Results (iOS) 🐋Compared to main
Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results-ios/pr-2696-compared-to-main.txt |
Are there any guidelines on how to make this build work with MacPorts? I don't have Homebrew meaning |
@bdon You can also use CMake to build for macOS. I can write some instructions. |
That would be really helpful. I was attempting to patch MODULE.bazel with something like this:
But haven't had any success yet. |
The GLFW app crashes on macOS with Metal if you use CFRunLoop. I haven't been able to figure out why, that is why I changed the macOS Bazel build config to use libuv. Ideally we change it to compile libuv from source instead... Anyway, if you the CMake build config uses CFRunLoop. As said the GLFW app crashes when used with Metal. But if you have MoltenVK installed you can use Vulkan instead...
|
WORKSPACE
so Renovate can auto-update