Skip to content

Commit

Permalink
Do not collect disks with si
Browse files Browse the repository at this point in the history
Fix: #266
  • Loading branch information
akoptelov committed Nov 14, 2023
1 parent 6faf5e4 commit c4fa42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vergen/src/feature/si.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ fn add_sysinfo_map_entry(
}

fn setup_system() -> System {
let mut system = System::new_all();
let mut system = System::new();
system.refresh_all();
system.refresh_users_list();
system
Expand Down

0 comments on commit c4fa42a

Please sign in to comment.