Skip to content

Commit

Permalink
fix: nighly build by removing layout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreZ committed Apr 23, 2022
1 parent 3450efb commit 38bdd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundationdb-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fn main() {
.clang_arg(INCLUDE_PATH)
.header(wrapper_path)
.generate_comments(true)
.layout_tests(false)
.generate()
.expect("Unable to generate FoundationDB bindings");
bindings
Expand Down

0 comments on commit 38bdd38

Please sign in to comment.