Don't set affinity if XDP is not in use#6618
Conversation
This fixes the validator not starting on macos, oops
brooksprumo
left a comment
There was a problem hiding this comment.
![]()
Built this branch on my macbook and confirmed I could run the validator successfully. Thanks!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6618 +/- ##
=======================================
Coverage 82.8% 82.8%
=======================================
Files 849 849
Lines 379357 379358 +1
=======================================
+ Hits 314270 314306 +36
+ Misses 65087 65052 -35 🚀 New features to boost your workflow:
|
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
This fixes the validator not starting on macos, oops (cherry picked from commit 7510f5d)
This fixes the validator not starting on macos, oops