This is an automated email from the ASF dual-hosted git repository. zhanglistar pushed a commit to branch flink-ccache in repository https://gitbox.apache.org/repos/asf/gluten.git
commit d87be59961be37acacb57362923a1143fa28bcd3 Author: zhanglistar <[email protected]> AuthorDate: Fri Jun 26 11:34:44 2026 +0800 Set ccache size from 4GB to 2GB --- .github/workflows/flink.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flink.yml b/.github/workflows/flink.yml index c4fc90db81..18bb54df5a 100644 --- a/.github/workflows/flink.yml +++ b/.github/workflows/flink.yml @@ -68,7 +68,7 @@ jobs: source /opt/rh/gcc-toolset-11/enable sudo dnf install -y patchelf ccache export CCACHE_DIR=${CCACHE_DIR} - export CCACHE_MAXSIZE=4G + export CCACHE_MAXSIZE=2G mkdir -p ${CCACHE_DIR} ccache -sz sudo yum install https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/tzdata-2026a-1.el9.noarch.rpm -y --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
