Skip to content

Commit 3043d86

Browse files
authored
fix: Disable layout tests (#26)
* fix: Disable layout tests * Delete linux_prebuilt_bindings.rs * Delete osx_prebuilt_bindings.rs * Revert deletion of files * Rebuild OSX bindings * Update bindgen * Add linux prebuild bindings * Update OSX prebuilt bindings with latest bindgen version
1 parent 40496b7 commit 3043d86

File tree

4 files changed

+8676
-21454
lines changed

4 files changed

+8676
-21454
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ static = [] # Don't dynamically link to other libraries
3838

3939
[build-dependencies]
4040
fs-utils = "1.1"
41-
bindgen = { version = "0.69.4", default-features = false, features = ["runtime"], optional = true }
41+
bindgen = { version = "0.71.1", default-features = false, features = ["runtime"], optional = true }
4242
cc = { version = "1.0", features = ["parallel"] }
4343
glob = "0.3.0"

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ fn main() {
268268
{
269269
bindgen::Builder::default()
270270
.header("wrapper.h")
271+
.layout_tests(false)
271272
.generate_comments(false)
272273
.blocklist_function("strtold")
273274
.blocklist_type("max_align_t")

0 commit comments

Comments
 (0)