Skip to content

Commit 2600b2d

Browse files
Fix linux build
1 parent 0797648 commit 2600b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/src/startup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ impl Cores {
376376
rayon,
377377
reserved: None,
378378
#[cfg(target_os = "linux")]
379-
blocking,
379+
blocking: Some(shared_cpuset),
380380
})
381381
}
382382

0 commit comments

Comments
 (0)