We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06359e4 commit 0d8c2e0Copy full SHA for 0d8c2e0
1 file changed
nativelink-worker/tests/running_actions_manager_test.rs
@@ -52,6 +52,8 @@ mod tests {
52
HistoricalExecuteResponse, StartExecute,
53
};
54
use nativelink_proto::google::rpc::Status;
55
+ #[cfg(target_family = "unix")]
56
+ use nativelink_store::ac_utils::compute_buf_digest;
57
use nativelink_store::ac_utils::{get_and_decode_digest, serialize_and_upload_message};
58
use nativelink_store::fast_slow_store::FastSlowStore;
59
use nativelink_store::filesystem_store::FilesystemStore;
0 commit comments