Skip to content

Commit

Permalink
Use --disable-warnings-as-errors for building on XCode 14 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiro committed Nov 25, 2024
1 parent 34a5b04 commit fcfdd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
--with-jtreg=${{ steps.jtreg.outputs.path }}
--enable-jtreg-failure-handler
--with-zlib=system
--enable-xcode14
--disable-warnings-as-errors
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
echo "Dumping config.log:" &&
cat config.log &&
Expand Down

0 comments on commit fcfdd70

Please sign in to comment.