Skip to content

Commit

Permalink
add some debug environment and lib info to final-assembly pipeline
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 15207d3 commit dc1069a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,15 @@ jobs:
distribution: adopt
java-version: 21
cache: gradle
- name: Dump environment
run: |
echo $OSTYPE-`machine` && echo 'System.out.println(System.getProperty("os.name")+"-"+System.getProperty("os.arch"));' |jshell -
- name: Dump info on gnark libs
run: |
find gnark -name 'lib_gnark_eip_196*' |xargs file
- name: Dump info on constantine libs
run: |
find constantine -name 'libconstantine*' |xargs file
- name: gradle build
uses: gradle/gradle-build-action@v2.4.2
with:
Expand Down

0 comments on commit dc1069a

Please sign in to comment.