Skip to content

Commit

Permalink
Disable builtin_mappings_are_lazily_evaluated for ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Dec 11, 2023
1 parent 586c804 commit 8a08025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/syntax_mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ mod tests {
let _mappings = map.builtin_mappings().collect::<Vec<_>>();
}

// disabled for ARM builds because of an issue with `rusty_fork`
#[cfg(not(any(target_arch = "arm", target_arch = "aarch64")))]
// lazy initialisation test needs to be run on a separate instance because
// it will race with other tests
// see: https://github.com/rust-lang/rust/issues/47506
Expand Down

0 comments on commit 8a08025

Please sign in to comment.