Commit f8203b7
committed
remove mariadb 11.x and 12.x from build matrix
reason: github actions fail to start them with error:
"mariadbd: io_uring_queue_init() failed with EPERM: sysctl kernel.io_uring_disabled has the value 2,
or 1 and the user of the process is not a member of sysctl kernel.io_uring_group. (see man 2 io_uring_setup)."
the internet wisdom says to disable io_uring for mariadb, because github ubuntu runners disable it at kernel level.
i could not find a way to pass "skip-innodb-use-native-aio" to mariadb using github actions.1 parent 57c75aa commit f8203b7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments