Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ execute_cmd ./configure --prefix=/usr/local/cloudberry-db \
--with-perl \
--with-pgport=5432 \
--with-python \
--with-pythonsrc-ext \
--with-ssl=openssl \
--with-openssl \
--with-uuid=e2fs \
Expand Down
3 changes: 3 additions & 0 deletions images/docker/cbdb/build/rocky8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ RUN dnf makecache && \
procps-ng \
python3 \
python3-devel \
python3-psutil \
python3-psycopg2 \
python3-pyyaml \
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that file gpMgmt/bin/pythonSrc/ext/mock-1.0.1.tar.gz is also being deleted on apache/cloudberry#1067

Do we need python3-mock ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Will check it later!

readline-devel \
rsync \
sshpass \
Expand Down
3 changes: 3 additions & 0 deletions images/docker/cbdb/build/rocky9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ RUN dnf makecache && \
perl-Test-Simple \
perl-core \
python3-devel \
python3-psutil \
python3-psycopg2 \
python3-pyyaml \
python3-pytest \
readline-devel \
zlib-devel && \
Expand Down