Skip to content

Commit 64c62cb

Browse files
committed
Print spec files on all POSIX platforms
1 parent 2727009 commit 64c62cb

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/submit.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ jobs:
175175
working-directory: jdk
176176

177177
- name: Build
178-
run: make CONF_NAME=linux-x64 LOG_LEVEL=debug images
178+
run: |
179+
cat build/linux-x64/spec.gmk
180+
cat build/linux-x64/hotspot-spec.gmk
181+
make CONF_NAME=linux-x64 LOG_LEVEL=debug images
179182
working-directory: jdk
180183

181184
- name: Pack artifacts
@@ -534,7 +537,10 @@ jobs:
534537
working-directory: jdk
535538

536539
- name: Build
537-
run: make CONF_NAME=linux-x86 LOG_LEVEL=debug images
540+
run: |
541+
cat build/linux-x86/spec.gmk
542+
cat build/linux-x86/hotspot-spec.gmk
543+
make CONF_NAME=linux-x86 LOG_LEVEL=debug images
538544
working-directory: jdk
539545

540546
- name: Pack artifacts
@@ -1426,7 +1432,10 @@ jobs:
14261432
working-directory: jdk
14271433

14281434
- name: Build
1429-
run: make CONF_NAME=macos-x64 LOG_LEVEL=debug images
1435+
run: |
1436+
cat build/macos-x64/spec.gmk
1437+
cat build/macos-x64/hotspot-spec.gmk
1438+
make CONF_NAME=macos-x64 LOG_LEVEL=debug images
14301439
working-directory: jdk
14311440

14321441
- name: Pack artifacts

0 commit comments

Comments
 (0)