Skip to content

Commit

Permalink
[GLUTEN-8046][VL][CI] Fix ccache path (#8064)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuan authored Nov 27, 2024
1 parent a85889c commit 2bc0d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
df -a
cd /work
export CCACHE_DIR=/work/.ccache
mkdir -p /work/.ccache
bash dev/ci-velox-buildstatic-centos-7.sh
ccache -s
mkdir -p /work/.m2/repository/org/apache/arrow/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/velox_backend_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Build Gluten native libraries
run: |
docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:vcpkg-centos-7 bash -c "
mkdir -p /work/.ccache
bash dev/ci-velox-buildstatic-centos-7.sh
"
- name: Save Ccache
Expand Down

0 comments on commit 2bc0d77

Please sign in to comment.