Skip to content
Snippets Groups Projects
Commit fea94a13 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

Pipeline with ci image with rust 1.65 (#6243)


* Pipeline with ci image with rust 1.65

* fix a warning

* return production image

Co-authored-by: default avatarAndronik <write@reusable.software>
parent e3054b61
No related merge requests found
......@@ -89,7 +89,7 @@ sp_api::mock_impl_runtime_apis! {
}
fn availability_cores(&self) -> Vec<CoreState> {
let _ = self.availability_cores_wait.lock().unwrap();
let _lock = self.availability_cores_wait.lock().unwrap();
self.availability_cores.clone()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment