Skip to content

Commit

Permalink
Run native-image --version after the launcher macro build
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Sep 5, 2023
1 parent f8b103b commit 539cada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildJDK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
./hellostrict | tee native.txt
diff java.txt native.txt
${MANDREL_HOME}/bin/native-image --macro:native-image-launcher
${MANDREL_HOME}/bin/native-image --version
- name: Upload Mandrel build
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -195,6 +196,7 @@ jobs:
./hellostrict | tee native.txt
diff java.txt native.txt
${MANDREL_HOME}/bin/native-image --macro:native-image-launcher
${MANDREL_HOME}/bin/native-image --version
- name: Upload Mandrel build
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -400,6 +402,7 @@ jobs:
./hellostrict | tee native.txt
diff java.txt native.txt
${MANDREL_HOME}/bin/native-image --macro:native-image-launcher
${MANDREL_HOME}/bin/native-image --version
- name: Upload Mandrel build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 539cada

Please sign in to comment.