Skip to content

Commit

Permalink
layout tests pass now, so let's run them
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Jul 15, 2024
1 parent e7db7ab commit 44f8809
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xcoder/xcoder-quadra/xcoder-quadra-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ fn main() {
.allowlist_type("ni_.+")
.allowlist_var("NI_.+")
.allowlist_var("GC620_.+")
// bindgen 0.60.0 broke layout tests: https://github.com/rust-lang/rust-bindgen/issues/2218
// 0.60.1 claims to have fixed the issue, but does not.
.layout_tests(false)
.clang_arg(format!("-I{}", source_path.to_str().unwrap()))
.generate()
.expect("unable to generate bindings");
Expand Down

0 comments on commit 44f8809

Please sign in to comment.