Add BlindedPath::introduction_node_id method
[rust-lightning] / ci / check-compiles.sh
index 2bc31007b6b7463bfe9df5bd46d4b76bcc36901f..af88bceee01127667377c294c69429ae0c2e4630 100755 (executable)
@@ -5,5 +5,6 @@ echo Testing $(git log -1 --oneline)
 cargo check
 cargo doc
 cargo doc --document-private-items
-cd fuzz && cargo check --features=stdin_fuzz
+cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo check --features=stdin_fuzz
 cd ../lightning && cargo check --no-default-features --features=no-std
+cd .. && RUSTC_BOOTSTRAP=1 RUSTFLAGS="--cfg=c_bindings" cargo check -Z avoid-dev-deps