We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85889c commit 2bc0d77Copy full SHA for 2bc0d77
.github/workflows/velox_backend.yml
@@ -72,6 +72,7 @@ jobs:
72
df -a
73
cd /work
74
export CCACHE_DIR=/work/.ccache
75
+ mkdir -p /work/.ccache
76
bash dev/ci-velox-buildstatic-centos-7.sh
77
ccache -s
78
mkdir -p /work/.m2/repository/org/apache/arrow/
.github/workflows/velox_backend_cache.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Build Gluten native libraries
44
run: |
45
docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:vcpkg-centos-7 bash -c "
46
47
48
"
49
- name: Save Ccache
0 commit comments