Skip to content

Commit

Permalink
moar debug
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Aug 22, 2024
1 parent 0d86684 commit 79631e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79631e6

Please sign in to comment.