There was an error while loading. Please reload this page.
1 parent 14156b6 commit 3d83b33Copy full SHA for 3d83b33
1 file changed
.github/workflows/build-linux.yml
@@ -121,6 +121,7 @@ jobs:
121
122
- name: 'Configure'
123
run: >
124
+ gcc -v &&
125
bash configure
126
--with-conf-name=${{ inputs.platform }}
127
${{ matrix.flags }}
@@ -130,7 +131,6 @@ jobs:
130
131
--with-jtreg=${{ steps.jtreg.outputs.path }}
132
--enable-jtreg-failure-handler
133
--with-zlib=system
- --disable-warnings-as-errors
134
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
135
echo "Dumping config.log:" &&
136
cat config.log &&
0 commit comments