NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
Completed tests for nativelink/nativelink-config/src/serde_until.rs
Bazel test and cargo test both passed. And Pre-commit passed in direnv and everything is perfect.
Fixes #1401
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to
not work as expected)
Description
Completed tests for nativelink/nativelink-config/src/serde_until.rs Bazel test and cargo test both passed. And Pre-commit passed in direnv and everything is perfect. Fixes #1401
Type of change
How Has This Been Tested?
Bazel test, cargo test and pre-commit
Checklist
bazel test //...
passes locallyThis change is