-
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
ci: fix some tests due to moving to Ubuntu 24.04, enable test for Apple silicon and riscv64 #494
Conversation
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
db0fd0e
to
d1ea132
Compare
bd89242
to
747b778
Compare
src/runtime/rcoexpr.r
Outdated
curtstate = ncp->tstate; | ||
global_curtstate = ncp->tstate; | ||
#endif /* NativeCoswitch */ | ||
|
||
#endif /* Concurrent */ |
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.
Comment should be /* PthreadCoswitch */
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.
Apart from a very minor comment change, looks good. If it's still like that in a few hours, I'll merge it anyway.
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
fixings it, and the ci error too. |
f52aee5
to
2c9642d
Compare
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
No description provided.