We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1394693 commit fba7f51Copy full SHA for fba7f51
.github/workflows/ci.yaml
@@ -267,6 +267,8 @@ jobs:
267
# client-version: mysql-8.0.3-rc
268
- server-version: mysql-5.1.72
269
client-version: mysql-8.0.3-rc
270
+ # This combination stops responding during the first test and
271
+ # times out in GHA. We haven't found the cause.
272
- server-version: system-pic
273
client-version: system-pic
274
- server-version: mysql-5.7.43
@@ -564,6 +566,7 @@ jobs:
564
566
fi
565
567
make
568
- name: Test
569
+ if: ${{ matrix.server-version != 'system-pic' }}
570
run: |
571
if [ "${{ matrix.perl-version }}" = "system" ]; then
572
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib)
0 commit comments