Skip to content

Commit

Permalink
add path for aarch64 faketime on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Apr 16, 2024
1 parent fae196c commit fae12d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const FAKE_TIME_LIB_PATHS: &[&str] = &[
"/usr/lib64/faketime/libfaketime.so.1",
// Debian/Ubuntu (used in CI)
"/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1",
"/usr/lib/aarch64-linux-gnu/faketime/libfaketime.so.1",
];

pub fn get_faketime_lib() -> &'static str {
Expand Down

0 comments on commit fae12d8

Please sign in to comment.