-
Notifications
You must be signed in to change notification settings - Fork 5.4k
YJIT: Support Rust 1.58.1 for --yjit-stats on Arm #6410
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
Conversation
0aeed2d
to
7b5aa14
Compare
5eb5f86
to
6b8daf6
Compare
for checking it properly
4cc2b99
to
3a524f6
Compare
|
That would definitely be simpler if it works. I like that this PR sets the default toolchain on Cirrus CI to 1.58.1 though, we should definitely keep that. |
cc448f4
to
36268de
Compare
36268de
to
4e2a9ca
Compare
I tried Alan's idea 4e2a9ca, but CI seems to say it doesn't work if how I used it was right. I took Maxime's idea #6410 (comment) instead. It seems fine on my M1 laptop, but I'll need to see if CI succeeds with this. |
This follows up #6401 and #6409.
I updated Cirrus to test Rust 1.58.1 for the --enable-yjit=dev job and fixed its build failure. As we're on Rust 1.58.1, using autoconf seems to be the simplest solution that I've found so far.