From: Matt Corallo Date: Sun, 4 Jun 2023 17:00:27 +0000 (+0000) Subject: [TS] Don't check determinism on the WASM file which is now in bins X-Git-Tag: v0.0.115.1^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=afbe5206d01130a12d4cddd5422de2569e7f4463 [TS] Don't check determinism on the WASM file which is now in bins --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a98fa0f2..28e04e26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,6 +251,7 @@ jobs: cp ldk-java-classes.jar ldk-java-bins/new/ cp ldk-java-javadoc.jar ldk-java-bins/new/ cd ldk-java-bins + rm "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjs.wasm" # TODO: Test this if ! diff -r "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/" new/; then apt-get -y install diffoscope diffoscope new/ldk-java-sources.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java-sources.jar" || echo