X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-compiles.sh;fp=ci%2Fcheck-compiles.sh;h=af88bceee01127667377c294c69429ae0c2e4630;hb=a61746246c369dada11469c25dd739f4807c042b;hp=193c2b4ef1fee74d6dbbdfdaee2c09bb86cc9197;hpb=e4c44f3c5becabccdb6df4e4b30aaa14671f9705;p=rust-lightning diff --git a/ci/check-compiles.sh b/ci/check-compiles.sh index 193c2b4e..af88bcee 100755 --- a/ci/check-compiles.sh +++ b/ci/check-compiles.sh @@ -7,3 +7,4 @@ cargo doc cargo doc --document-private-items 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