Skip to content

Commit

Permalink
Support CloudberryDB 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhaihe committed May 6, 2024
1 parent 8aba940 commit 8db1479
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 61 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/feishu-notify.yml

This file was deleted.

2 changes: 1 addition & 1 deletion 000-cbdb-sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Make sure that your environment meets the following requirements:

## Build the Sandbox

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.
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.

Build steps:

Expand Down
6 changes: 3 additions & 3 deletions 000-cbdb-sandbox/cbdb_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ RUN cat /tmp/sysctl.conf.add >> /etc/sysctl.conf \
RUN yum install -y python3-devel python3-pip; yum clean all

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

RUN cd /tmp/cloudberrydb-1.5.1 \
RUN cd /tmp/cloudberrydb-1.5.2 \
&& source scl_source enable devtoolset-10 \
&& ./configure --with-perl --with-python --with-libxml --with-gssapi --prefix=/usr/local/cloudberry-db \
&& make -j8 \
Expand Down
Binary file not shown.

0 comments on commit 8db1479

Please sign in to comment.