Skip to content

Add es-metadata.yml to cache exclude list#4077

Merged
mattleibow merged 1 commit into
mainfrom
mattleibow/dev-exclude-es-metadata-from-cache
May 26, 2026
Merged

Add es-metadata.yml to cache exclude list#4077
mattleibow merged 1 commit into
mainfrom
mattleibow/dev-exclude-es-metadata-from-cache

Conversation

@mattleibow

Copy link
Copy Markdown
Contributor

The file es-metadata.yml (added in #4075) is unrelated to any build job — it's a repository metadata configuration. It needs to be in the cache-coverage exclude list, otherwise every PR build fails at the "Validate cache config coverage" step with:

[FAIL] UNCOVERED FILES:
es-metadata.yml

This is a small unblocker — should be merged ASAP so other PRs (e.g. #4062) can pass CI.

The file es-metadata.yml (added in #4075) is repository metadata and
is unrelated to any build job. Without this entry the 'Validate cache
config coverage' step fails on every PR with:

  [FAIL] UNCOVERED FILES:
  es-metadata.yml

Adding it to the top-level exclude array unblocks PR builds.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

📦 Try the packages from this PR

Warning

Do not run these scripts without first reviewing the code in this PR.

Step 1 — Download the packages

bash / macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/mono/SkiaSharp/main/scripts/get-skiasharp-pr.sh | bash -s -- 4077

PowerShell / Windows:

iex "& { $(irm https://raw.githubusercontent.com/mono/SkiaSharp/main/scripts/get-skiasharp-pr.ps1) } 4077"

Step 2 — Add the local NuGet source

dotnet nuget add source ~/.skiasharp/hives/pr-4077/packages --name skiasharp-pr-4077
More options
Option Description
--successful-only / -SuccessfulOnly Only use successful builds
--force / -Force Overwrite previously downloaded packages
--list / -List List available artifacts without downloading
--build-id ID / -BuildId ID Download from a specific build

Or download manually from Azure Pipelines — look for the nuget artifact on the build for this PR.

Remove the source when you're done:

dotnet nuget remove source skiasharp-pr-4077

@mattleibow
mattleibow merged commit 4711e59 into main May 26, 2026
3 of 4 checks passed
@mattleibow
mattleibow deleted the mattleibow/dev-exclude-es-metadata-from-cache branch May 26, 2026 21:53
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been deployed and is available at:

🔗 View Staging Site
🔗 View Staging Docs
🔗 View Staging Gallery (Blazor)
🔗 View Staging Gallery (Uno Platform)
🔗 View Staging SkiaFiddle

This preview will be updated automatically when you push new commits to this PR.


This comment is automatically updated by the documentation staging workflow.

@mattleibow mattleibow added this to the 4.148.0-rc.1 milestone Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant