Skip to content

Commit 0d8c2e0

Browse files
fix errors
1 parent 06359e4 commit 0d8c2e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nativelink-worker/tests/running_actions_manager_test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ mod tests {
5252
HistoricalExecuteResponse, StartExecute,
5353
};
5454
use nativelink_proto::google::rpc::Status;
55+
#[cfg(target_family = "unix")]
56+
use nativelink_store::ac_utils::compute_buf_digest;
5557
use nativelink_store::ac_utils::{get_and_decode_digest, serialize_and_upload_message};
5658
use nativelink_store::fast_slow_store::FastSlowStore;
5759
use nativelink_store::filesystem_store::FilesystemStore;

0 commit comments

Comments
 (0)