-
Notifications
You must be signed in to change notification settings - Fork 748
Add linux aarch64 target to ci test #3217
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
base: main
Are you sure you want to change the base?
Conversation
5049277
to
b2c3bb3
Compare
Not sure what to do about the failure:
|
ac7e42b
to
ebb148b
Compare
This needs a rebase but I think the failure is legit. Is it crashing on the valist in that test? If you can reproduce locally, it'd be great to see what bit of the test is failing. |
ebb148b
to
330b518
Compare
I reproduced and got a stacktrace locally:
How to reproduce, something like this:
|
I tried running it manually but it seems to succeed, @emilio how can I trigger the panic by running bindgen?
edit: Managed to reproduce
edit2: Attached debug output edit3: I have never worked on bindgen, so I probably won't be able to figure out what could be wrong here. |
I guess it should be as simple as this now that aarch64 runners have been added.