-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
cannon: Simplify futex handling #13754
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13754 +/- ##
============================================
+ Coverage 47.07% 79.04% +31.97%
============================================
Files 961 166 -795
Lines 80429 9188 -71241
Branches 753 747 -6
============================================
- Hits 37858 7263 -30595
+ Misses 39664 1671 -37993
+ Partials 2907 254 -2653
Flags with carried forward coverage won't be shown. Click here to find out more.
|
# TODO: Publish cannon/v1.3.0 and update tag | ||
# FROM --platform=$BUILDPLATFORM us-docker.pkg.dev/oplabs-tools-artifacts/images/cannon:v1.3.0 AS cannon-builder-v1-3-0 | ||
FROM --platform=$BUILDPLATFORM us-docker.pkg.dev/oplabs-tools-artifacts/images/cannon:3d3deab1f8e110caf355b53dde6d20c96bb08ebc AS cannon-builder-v1-3-0 |
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.
Note: Need to address this TODO before merging
Description
Simplify futex handling:
Additional changes include:
StateVersion
's since the serialization of the vm state has changedTests
Metadata
Fixes #13443