From 79631e6d578a76c8fb31928cd0da797354db9a3b Mon Sep 17 00:00:00 2001 From: garyschulte Date: Wed, 21 Aug 2024 19:45:11 -0700 Subject: [PATCH] moar debug Signed-off-by: garyschulte --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c127de..6bed03e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -354,10 +354,10 @@ jobs: cache: gradle - name: Dump environment run: | - echo $OSTYPE-${OSTYPE%%[0-9.]*}-`arch` && echo 'System.out.println(System.getProperty("os.name")+"-"+System.getProperty("os.arch"));' |jshell - + echo $OSTYPE: ${OSTYPE%%[0-9.]*}-`arch` && echo 'System.out.println(System.getProperty("os.name")+"-"+System.getProperty("os.arch") + "\n" + System.getProperty("java.library.path"));' |jshell - - name: Dump info on gnark libs run: | - find . -name 'lib_gnark_eip_196*' |xargs -r file + find . -name 'libgnark_eip_196*' |xargs -r file - name: Dump info on constantine libs run: | find . -name 'libconstantine*' |xargs -r file