You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git remote add matt https://git.bitcoin.ninja/rust-lightning
@@ -33,14 +36,14 @@ jobs:
33
36
sed -i 's|# Now cd to lightning-c-bindings, build the generated bindings, and call cbindgen to build a C header file|export RUSTFLAGS="--remap-path-prefix $LIGHTNING_PATH=rust-lightning --remap-path-prefix $HOME/.cargo= -Z no-parallel-llvm"\nexport RUSTC_BOOTSTRAP=1|' genbindings.sh
34
37
cd ..
35
38
- name: Rebuild C bindings, and check the sample app builds + links
36
-
run: cd ldk-c-bindings && ./genbindings.sh ../rust-lightning && cd ..
39
+
run: cd ldk-c-bindings && export SOURCE_DATE_EPOCH=1616474792 && ./genbindings.sh ../rust-lightning && cd ..
0 commit comments