Skip to content

Commit c8e4d0a

Browse files
authored
chore(mysql): install libtirpc package (#3366)
* feat(stacks): add pgweb * fix(checher): delete repmgr * chore(stacks): add cloudbeaver * chore(stacks): delete pgweb * chore(stacks): add cloudbeaver * fix(cloudbeaver): build error miss jar * fix(cloudbeaver): fix build conflict * chore(cloudbeaver): delete no used jdk * chore(stacks): add cloudbeaver * chore(stacks) add airflow_exporer * chore(stacks) add mongodb and mongosh * chore(stacks) delete airflow_exporter * chore(stacks) delete airflow_exporter checker * chore(stacks): add mongodb and mongosh * feat(stacks): add pgweb * fix(checher): delete repmgr * chore(stacks): add cloudbeaver * chore(stacks): delete pgweb * chore(stacks): add cloudbeaver * fix(cloudbeaver): build error miss jar * fix(cloudbeaver): fix build conflict * chore(cloudbeaver): delete no used jdk * chore(stacks): add cloudbeaver * chore(stacks) add airflow_exporer * chore(stacks) add mongodb and mongosh * chore(stacks) delete airflow_exporter * chore(stacks) delete airflow_exporter checker * chore(mongodb): modify the compilation method in arm environment * megre(mongodb) * chore(stacks): add clickhouse * chore(postgresql): add extension pgvector * chore(stacks) add nessie * chore(stacks): add lakefs * chore(postgresql): add extention pg_repack * chore(stacks): delete mariadb * chore(stacks):fix alertmanager checker * chore(postgresql) support version 17 * chore(mysql): install libtirpc package --------- Co-authored-by: zhangeamon <EamonZhang>
1 parent 1b980ad commit c8e4d0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stacks/mysql/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ function build() {
3131
bison \
3232
autoconf \
3333
automake \
34-
libtool
34+
libtool \
35+
libtirpc-dev
3536

3637
# curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.40.0
3738
## download mysql.tar

0 commit comments

Comments
 (0)