Commit 95b4a39
authored
MariaDB CI Fixups (#328)
- Address a change in the MariaDB docker image that replaces `mysqladmin` with `mariadb-admin` that causes our health check command for the CI pipeline service setup to fail.
- Additionally note a bug in their code that causes a non-zero exit upon auth failures: https://jira.mariadb.org/browse/MDEV-31550
- Semi related: ensure that `openssh-client` is included in the devcontainer.
- Used to be pulled in by `git`, but no longer.1 parent 5c170ce commit 95b4a39
File tree
2 files changed
+3
-2
lines changed- .github/workflows
- docker/benchbase/devcontainer
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
| 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