This is an automated email from the ASF dual-hosted git repository. leborchuk pushed a commit to branch PG14_ARCHIVE_REBASED in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit b535d0371de9cefc4901d7a54fbd9a1aae974634 Author: Leonid <[email protected]> AuthorDate: Fri May 15 17:35:47 2026 +0300 Move yezzey forward to full support Cloudberry (#35) * Move yezzey forward to full support Cloudberry --- .github/workflows/yezzey-ci.yaml | 4 ++-- gpcontrib/yezzey | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/yezzey-ci.yaml b/.github/workflows/yezzey-ci.yaml index c1c41497a64..1d4402b0ad1 100644 --- a/.github/workflows/yezzey-ci.yaml +++ b/.github/workflows/yezzey-ci.yaml @@ -130,7 +130,7 @@ jobs: run: | set -ex pipefail # Download mc for Linux (amd64) - curl -O https://dl.min.io/client/mc/release/linux-amd64/mc + curl -fsSL -o mc https://dl.min.io/client/mc/release/linux-amd64/mc chmod +x mc sudo mv mc /usr/local/bin/mc # Make mc available system-wide @@ -193,7 +193,7 @@ jobs: set -eo pipefail chmod +x "${SRC_DIR}"/gpcontrib/yezzey/devops/scripts/prepare_test_yezzey.sh - if ! time su - gpadmin -c "cd ${SRC_DIR} && gpcontrib/yezzey/devops/scripts/prepare_test_yezzey.sh"; then + if ! time su - gpadmin -c "cd ${SRC_DIR}/gpcontrib/yezzey && devops/scripts/prepare_test_yezzey.sh"; then echo "::error::Config yezzey failed" exit 1 fi diff --git a/gpcontrib/yezzey b/gpcontrib/yezzey index 642726e074f..0d88f66a5fd 160000 --- a/gpcontrib/yezzey +++ b/gpcontrib/yezzey @@ -1 +1 @@ -Subproject commit 642726e074f8a553af05e1eab8e5d460b45a93ca +Subproject commit 0d88f66a5fd0dba82681eef5929529cb153cb325 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
