-
Notifications
You must be signed in to change notification settings - Fork 32
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
Generate release header is freezing on macOS #230
Comments
Actually, that script is invoked through a genrule and isn't meant to be called directly. It takes arguments and will freeze if none are passed. The behaviour is actually WAII because you don't have any arguments. Unfortunately, because of a bug in Bazel, it failed to work on the public version. Since I was the only person who releases the project, I just removed it from the public version to make progress. I took a brief stab at reintroducing it, but it wasn't trivial. I'll take another look. Sorry that it's got the confusing name that it has. |
Do you have any script (shell, python, etc) that i can generate the single header file? |
Yes, and in fact, this is the script, it just requires arguments. Typically those arguments are passed in through a genrule. The freezing behaviour you're seeing is actually WAII. I'll try taking another pass at making the release targets public. |
This was previously removed from a bug in Bazel which had recursive symlink problems. To build the release, build `//:gen_jni_bind_release`. This should resolve #230. PiperOrigin-RevId: 590802491
This was previously removed from a bug in Bazel which had recursive symlink problems. To build the release, build `//:gen_jni_bind_release`. This should resolve #230. PiperOrigin-RevId: 590802491
This was previously removed from a bug in Bazel which had recursive symlink problems. To build the release, build `//:gen_jni_bind_release`. This should resolve #230. PiperOrigin-RevId: 590802491
Hi,
When i try run "" it is freezing or stopping somewhere and nothing happen.
Im using macOS Ventura with M1.
Thanks.
The text was updated successfully, but these errors were encountered: