We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490acdf commit 8a067ccCopy full SHA for 8a067cc
.github/workflows/nightly.yml
@@ -806,6 +806,7 @@ jobs:
806
- name: Build mysql-8.0
807
uses: ./.github/actions/build-libmysqlclient
808
with:
809
+ configurationParameters: --enable-werror
810
libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz
811
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
812
- name: Test mysql-8.0
@@ -815,6 +816,7 @@ jobs:
815
816
- name: Build mysql-8.4
817
818
819
820
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
821
822
- name: Test mysql-8.4
0 commit comments