Skip to content

[VL] Set ccache size to 1G#12540

Merged
FelixYBW merged 3 commits into
apache:mainfrom
FelixYBW:set_ccache
Jul 17, 2026
Merged

[VL] Set ccache size to 1G#12540
FelixYBW merged 3 commits into
apache:mainfrom
FelixYBW:set_ccache

Conversation

@FelixYBW

Copy link
Copy Markdown
Contributor

Some images still use default 5G ccache. 1G is enough to velox today.

Copilot AI review requested due to automatic review settings July 17, 2026 01:12
@github-actions github-actions Bot added the INFRA label Jul 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes the ccache maximum size to 1G across additional Velox CI workflows that were still using ccache’s default size, reducing disk usage during builds while keeping cache behavior consistent with other existing Velox workflows.

Changes:

  • Set CCACHE_MAXSIZE=1G for the CentOS 7 Velox nightly native build.
  • Set CCACHE_MAXSIZE=1G for the nightly ARM64 native build.
  • Set CCACHE_MAXSIZE=1G for the Velox enhanced-features workflow and the ARM workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/velox_nightly.yml Adds CCACHE_MAXSIZE=1G to nightly x86 and ARM64 native build steps to reduce cache disk usage.
.github/workflows/velox_backend_enhanced.yml Adds CCACHE_MAXSIZE=1G to the enhanced-features native build step to align ccache sizing.
.github/workflows/velox_backend_arm.yml Adds CCACHE_MAXSIZE=1G to the ARM workflow native build step to cap ccache size.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@FelixYBW
FelixYBW merged commit c2ff19b into apache:main Jul 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants