Skip to content

Commit

Permalink
loader: disable mod elf on ARM64 to pass the test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Qiu Wenbo <[email protected]>
  • Loading branch information
crab2313 committed Mar 23, 2020
1 parent ec30513 commit 962c843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub mod start_info;
#[allow(non_snake_case)]
#[allow(non_upper_case_globals)]
#[cfg_attr(feature = "cargo-clippy", allow(clippy::all))]
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
mod elf;

#[derive(Debug, PartialEq)]
Expand Down

0 comments on commit 962c843

Please sign in to comment.