[TS] Don't check determinism on the WASM file which is now in bins
authorMatt Corallo <git@bluematt.me>
Sun, 4 Jun 2023 17:00:27 +0000 (17:00 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 4 Jun 2023 17:05:04 +0000 (17:05 +0000)
.github/workflows/build.yml

index a98fa0f26f4787d83b26144374021f76e19f594d..28e04e264ffea7d68dc2177755c6668afd5ea724 100644 (file)
@@ -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