From ac7aefd74cf48e9f61bb57c185d91276eea0e55c Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Mon, 4 Dec 2023 21:35:05 +0800 Subject: [PATCH] fix missing cache on cent7 Signed-off-by: Yuan Zhou --- tools/gluten-te/centos/centos-7-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gluten-te/centos/centos-7-deps.sh b/tools/gluten-te/centos/centos-7-deps.sh index 9b4cf1cf9890..4971efc94511 100755 --- a/tools/gluten-te/centos/centos-7-deps.sh +++ b/tools/gluten-te/centos/centos-7-deps.sh @@ -39,6 +39,7 @@ yum -y install \ git \ dnf \ cmake3 \ + ccache \ devtoolset-9 \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel \