Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 5965faa

Browse files
authored
Add new Cloudberry dependency (#11)
commit 44a2d28beef3225517804c41b87636ff186da381 Author: Chen Mulong <[email protected]> Date: Fri Jun 9 09:50:55 2023 +0800 Remove psutil usage from regress tests (#15711) psutil is not a dependency of plpython, thus we cannot assume it exists when running regress test. We are going to use different python versions for management utilities and plpython in the future release, and psutil won't exist anymore while running regress tests. - Rewrite teh motion_socket tests with 'lsof', which is a explicit dependency of greenplum.
1 parent d50af03 commit 5965faa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

images/docker/cbdb/build/rocky8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ RUN dnf makecache && \
100100
libuuid-devel \
101101
libxml2-devel \
102102
libzstd-devel \
103+
lsof \
103104
lz4 \
104105
lz4-devel \
105106
make \

images/docker/cbdb/build/rocky9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ RUN dnf makecache && \
9494
initscripts \
9595
iproute \
9696
less \
97+
lsof \
9798
m4 \
9899
net-tools \
99100
openssh-clients \

0 commit comments

Comments
 (0)