-
Notifications
You must be signed in to change notification settings - Fork 162
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
fix issue #231 #233
fix issue #231 #233
Conversation
It seems that github actions does not support runner named macos-13-arm64. Although there is a doc about macos-13-arm64 (https://github.com/actions/runner-images/tree/main/images/macos), but the job does not run. I searched other repositories that tries to run it by https://github.com/search?q=macos-13-arm64&type=code. I looked 2 or 3 of those, but none of them are running. And it seems to have not been supported yet, I think we can just comment out macos-13-arm64 section for now. |
It looks same on my side. But What's the ClusterFuzzlite. It works on my repo, but failed in PR. : ? |
I think that error is not caused by this change. The input contains over 2000 Hopefully, it works when we re-run ci with the updated branch. |
Okay it works with |
Great |
Link issue #231
It's possible a fix for #231 . But I still have no idea why _GNU_SOURCE is defined in something like Havoc.