Drop bindgen layout tests

The auto-generated bindgen layout tests are architecture dependent and
cause breakage on 32-bit platforms at least.

Note that this does not yet remove the layout tests from
bindgen-bindings/bindgen_*.rs -- i'm not sure how those are generated.

Addresses: #722
This commit is contained in:
Daniel Kahn Gillmor 2022-08-16 14:11:51 -04:00 committed by Thom Chiovoloni
parent 350c8de1b0
commit 53b1b598cb
3 changed files with 2 additions and 6777 deletions

View File

@ -607,6 +607,7 @@ mod bindings {
}
bindings
.layout_tests(false)
.generate()
.unwrap_or_else(|_| panic!("could not run bindgen on header {}", header))
.write(Box::new(&mut output))

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff