We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-compiles.sh
1 parent 35dda4e commit 4a13789Copy full SHA for 4a13789
ci/check-compiles.sh
@@ -7,3 +7,4 @@ cargo doc
7
cargo doc --document-private-items
8
cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo check --features=stdin_fuzz
9
cd ../lightning && cargo check --no-default-features --features=no-std
10
+cd .. && RUSTC_BOOTSTRAP=1 RUSTFLAGS="--cfg=c_bindings" cargo check -Z avoid-dev-deps
0 commit comments