Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CloudberryDB 1.5.2 #26

Merged
merged 1 commit into from
May 6, 2024
Merged
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
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.