Skip to content

Commit 105a9b6

Browse files
disable warnings as errors
1 parent 1421229 commit 105a9b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
--with-jtreg=${{ steps.jtreg.outputs.path }}
131131
--enable-jtreg-failure-handler
132132
--with-zlib=system
133+
--disable-warnings-as-errors
133134
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
134135
echo "Dumping config.log:" &&
135136
cat config.log &&

0 commit comments

Comments
 (0)