Skip to content

Commit 8db1479

Browse files
committed
Support CloudberryDB 1.5.2
1 parent 8aba940 commit 8db1479

File tree

4 files changed

+4
-61
lines changed

4 files changed

+4
-61
lines changed

.github/workflows/feishu-notify.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

000-cbdb-sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Make sure that your environment meets the following requirements:
1919

2020
## Build the Sandbox
2121

22-
This section introduces how to set up the Docker container in which the source code of Cloudberry Database v1.5.1 (released in [Cloudberry Database Release Page](https://github.com/cloudberrydb/cloudberrydb/releases)) will be compiled. In this CentOS 7.9 Docker container, a single-node cluster will be initialized with one coordinator and two segments. Both x86 and ARM CPUs (including Apple chips) are supported.
22+
This section introduces how to set up the Docker container in which the source code of the latest Cloudberry Database (released in [Cloudberry Database Release Page](https://github.com/cloudberrydb/cloudberrydb/releases)) will be compiled. In this CentOS 7.9 Docker container, a single-node cluster will be initialized with one coordinator and two segments. Both x86 and ARM CPUs (including Apple chips) are supported.
2323

2424
Build steps:
2525

000-cbdb-sandbox/cbdb_Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ RUN cat /tmp/sysctl.conf.add >> /etc/sysctl.conf \
4747
RUN yum install -y python3-devel python3-pip; yum clean all
4848

4949
RUN cd /tmp/ \
50-
&& unzip -d /tmp /tmp/cloudberrydb-1.5.1.zip \
51-
&& cd /tmp/cloudberrydb-1.5.1 \
50+
&& unzip -d /tmp /tmp/cloudberrydb-1.5.2.zip \
51+
&& cd /tmp/cloudberrydb-1.5.2 \
5252
&& pip3 install -i https://mirrors.aliyun.com/pypi/simple -r python-dependencies.txt
5353

54-
RUN cd /tmp/cloudberrydb-1.5.1 \
54+
RUN cd /tmp/cloudberrydb-1.5.2 \
5555
&& source scl_source enable devtoolset-10 \
5656
&& ./configure --with-perl --with-python --with-libxml --with-gssapi --prefix=/usr/local/cloudberry-db \
5757
&& make -j8 \
74.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)