Skip to content

Stop forcing Armbian to ignore its own artifact cache - #72

Open
eliasbakken wants to merge 1 commit into
mainfrom
chore/enable-armbian-artifact-cache
Open

Stop forcing Armbian to ignore its own artifact cache#72
eliasbakken wants to merge 1 commit into
mainfrom
chore/enable-armbian-artifact-cache

Conversation

@eliasbakken

Copy link
Copy Markdown
Contributor

ARTIFACT_IGNORE_CACHE=yes was forcing a full kernel rebuild from scratch every time, regardless of ccache warmth. This is a coarser, package-level cache - it can skip kernel compilation entirely if a matching prebuilt kernel .deb already exists for the current config+patches hash - a different layer from ccache, which only speeds up individual object-file compiles within a build that's already running.

Now that the kernel/patches are stable rather than under heavy iteration, there's no reason to keep paying for a full rebuild on every invocation.

🤖 Generated with Claude Code

ARTIFACT_IGNORE_CACHE=yes was forcing a full kernel rebuild from
scratch every time, regardless of ccache warmth - this is a coarser,
package-level cache (can skip kernel compilation entirely if a
matching prebuilt kernel .deb already exists for the current
config+patches hash) that's a different layer from ccache, which only
speeds up individual object-file compiles within a build that's
already running.

Now that the kernel/patches are stable rather than under heavy
iteration, there's no reason to keep paying for a full rebuild on
every invocation.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant