Commit 47ab141
committed
ci: add libprotobuf-dev to unit-tests-asan-coverage workflow
This workflow runs directly on the GitHub runner host (not inside one
of the deb/rhel/suse-compliant docker containers whose entrypoints
already install libprotobuf-dev on demand), so the dependency must be
installed in the workflow itself.
Without it, building with PROXYSQLGENAI=1 fails at Makefile parse time:
the top-level Makefile recurses into plugins/mysqlx (PROXYSQL40 is
implied by PROXYSQLGENAI), and plugins/mysqlx/Makefile's protobuf 3.x
ABI guard aborts when it cannot find pkg-config metadata for protobuf.
The rest of the dependency list mirrors INSTALL.md's Ubuntu section,
to which libprotobuf-dev was added separately for general builds; this
brings the workflow's package set in line with that.1 parent 85ad4fe commit 47ab141
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
96 | | - | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| |||
0 commit comments