-
Notifications
You must be signed in to change notification settings - Fork 447
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(interactive): bump up rustup toolchain version to 1.81.0 to avoid compilation failure #4373
Conversation
Please check the preview of the documentation changes at |
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.
LGTM
The workflows runs on self-hosted runners still fails @siyuan0322 |
At startup, try to make use of all available cpus on hosts. Also fix a deep copy bug in `test_robustness.py`. The CI failures are due to rust version, and will be fixed in PR: #4373
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4373 +/- ##
=======================================
Coverage 34.33% 34.33%
=======================================
Files 126 126
Lines 13257 13257
=======================================
Hits 4552 4552
Misses 8705 8705 Continue to review full report in Codecov by Sentry.
|
55b544f
to
01b5fe4
Compare
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.
LGTM
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.
LGTM
What do these changes do?
Related issue number
Fixes #4372