File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,10 @@ jobs:
132132 WAL2JSON="percona-wal2json${{ env.PG_MAJOR }}"
133133 PGGATHER="percona-pg_gather"
134134 PGVECTOR="percona-pgvector_${{ env.PG_MAJOR }} percona-pgvector_${{ env.PG_MAJOR }}-debuginfo percona-pgvector_${{ env.PG_MAJOR }}-debugsource percona-pgvector_${{ env.PG_MAJOR }}-llvmjit"
135- ETCD="etcd"
135+ ETCD="etcd python3-etcd"
136+ if [[ ${{ env.OS_VER }} -eq 10 ]]; then
137+ ETCD="etcd python3.12-etcd"
138+ fi
136139 HAPROXY="percona-haproxy"
137140 echo "INSTALL_LIST="$PG $PG_COMMON $PPG_SERVER $AUDIT $PGBACKREST $REPACK $PATRONI $PGSM $PGBADGER $PGBOUNCER $PGPOOL $POSTGIS $WAL2JSON $PGGATHER $PGVECTOR $ETCD $HAPROXY"" >> $GITHUB_ENV
138141
@@ -162,7 +165,6 @@ jobs:
162165 run : |
163166 if [[ "${{ inputs.platform }}" == *"linux"* ]]; then
164167 yum -y install ${{ env.INSTALL_LIST }}
165- yum -y install python3-etcd || yum -y install python3.12-etcd
166168 else
167169 DEBIAN_FRONTEND=noninteractive apt-get -y install ${{ env.INSTALL_LIST }}
168170 fi
You can’t perform that action at this time.
0 commit comments