-
Notifications
You must be signed in to change notification settings - Fork 202
Initial implementation of remote persistent workers #1922
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
base: main
Are you sure you want to change the base?
Initial implementation of remote persistent workers #1922
Conversation
42c8b8e to
c69655d
Compare
- Apply generate-bazel-rc auto-fixes to .bazelrc - Remove unused dependencies (hyper-util, tracing-test) - Fix Vale documentation style issues in README - Replace e.g., with 'for example' - Use backticks for filenames and compiler names - Fix namespace terminology
The tracing-test dependency is required by the #[nativelink_test] macro. Cargo-machete incorrectly flagged it as unused because it's used by the macro expansion, not directly in code. Added cargo-machete ignore metadata to prevent future false positives.
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.
This and various other config files appear to have been reset to ~0.7.1 era (given the versions) and they remove a bunch of fixes I've done in that time. Possibly merge issues?
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.
Yes, that's correct. Let me try to get this fixed.
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.
Not sure why this is here?
Description
Remote persistent workers are coming to Nativelink! Not there yet.
Fixes # (issue)
Type of change
Please delete options that aren't relevant.
not work as expected)
How Has This Been Tested?
Please also list any relevant details for your test configuration
Checklist
bazel test //...passes locallygit amendsee some docsThis change is