Skip to content

Commit dca71e6

Browse files
committed
Blacklist layout tests, still broken on nightly.
1 parent a36e509 commit dca71e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ fn main() {
1919
.opaque_type("__msfilterreq")
2020
.opaque_type("group_req")
2121
.opaque_type("group_source_req")
22+
// bindgen layout tests fail on Rust nightly >1.21.0
23+
// "thread 'bindgen_test_layout_max_align_t' panicked at
24+
// 'assertion failed: `(left == right)`"
25+
.layout_tests(false)
2226
// This fails with "`IPPORT_RESERVED` already defined" on Linux.
2327
.hide_type("IPPORT_RESERVED")
2428
// Finish the builder and generate the bindings.

0 commit comments

Comments
 (0)