Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/velox_backend_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Build Gluten native libraries
run: |
df -a
export CCACHE_MAXSIZE=1G
bash dev/ci-velox-buildstatic-centos-9.sh
ccache -s
- name: "Save ccache"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/velox_backend_enhanced.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
export CCACHE_MAXSIZE=1G
mkdir -p /work/.ccache
bash dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
ccache -s
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/velox_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
df -a
cd /work
export CCACHE_DIR=/work/.ccache
export CCACHE_MAXSIZE=1G
bash dev/ci-velox-buildstatic-centos-7.sh
ccache -s
mkdir -p /work/.m2/repository/org/apache/arrow/
Expand Down Expand Up @@ -197,6 +198,7 @@ jobs:
run: |
df -a
export ARM_BUILD_TARGET=false
export CCACHE_MAXSIZE=1G
bash dev/ci-velox-buildstatic-centos-8.sh
ccache -s
mkdir -p $GITHUB_WORKSPACE/.m2/repository/org/apache/arrow/
Expand Down
Loading