Skip to content

Commit

Permalink
[skip ci] Revert "Remove -Werror for libmysql test on 8.1 only"
Browse files Browse the repository at this point in the history
This reverts commit 7699476.

Nightly uses the file from master, so this change made no sense.
  • Loading branch information
iluuu1994 committed Oct 31, 2024
1 parent 490acdf commit 8a067cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ jobs:
- name: Build mysql-8.0
uses: ./.github/actions/build-libmysqlclient
with:
configurationParameters: --enable-werror
libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
- name: Test mysql-8.0
Expand All @@ -815,6 +816,7 @@ jobs:
- name: Build mysql-8.4
uses: ./.github/actions/build-libmysqlclient
with:
configurationParameters: --enable-werror
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
- name: Test mysql-8.4
Expand Down

0 comments on commit 8a067cc

Please sign in to comment.