Skip to content

Commit 8a067cc

Browse files
committed
[skip ci] Revert "Remove -Werror for libmysql test on 8.1 only"
This reverts commit 7699476. Nightly uses the file from master, so this change made no sense.
1 parent 490acdf commit 8a067cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ jobs:
806806
- name: Build mysql-8.0
807807
uses: ./.github/actions/build-libmysqlclient
808808
with:
809+
configurationParameters: --enable-werror
809810
libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz
810811
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
811812
- name: Test mysql-8.0
@@ -815,6 +816,7 @@ jobs:
815816
- name: Build mysql-8.4
816817
uses: ./.github/actions/build-libmysqlclient
817818
with:
819+
configurationParameters: --enable-werror
818820
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
819821
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
820822
- name: Test mysql-8.4

0 commit comments

Comments
 (0)