Skip to content

ci: more optimizations - #26983

Merged
netrunnereve merged 3 commits into
ggml-org:masterfrom
netrunnereve:ci
Aug 17, 2026
Merged

ci: more optimizations#26983
netrunnereve merged 3 commits into
ggml-org:masterfrom
netrunnereve:ci

Conversation

@netrunnereve

Copy link
Copy Markdown
Contributor

Following on to what I said in #26927...

The RPC job can go as the regular CPU job is already compiled and tested with RPC.

Meanwhile if we remove the Vulkan SDK we save 500 mb of cache space and it only takes 30 seconds or so to download and install it. However as mentioned by in #20446 (reply in thread) the point of caching isn't only for performance's sake. So I don't know if this is a good idea or not.

Requirements

@github-actions github-actions Bot added the devops improvements to build systems and github actions label Aug 12, 2026
@netrunnereve

Copy link
Copy Markdown
Contributor Author

Okay turns out the Vulkan release jobs as well as the Windows Vulkan regular CI job directly downloads the Vulkan SDK without caching, so I don't see why we need to cache this one.

@netrunnereve
netrunnereve marked this pull request as ready for review August 14, 2026 23:43
@netrunnereve
netrunnereve requested a review from a team as a code owner August 14, 2026 23:43
@netrunnereve
netrunnereve merged commit 058df67 into ggml-org:master Aug 17, 2026
27 of 36 checks passed
@netrunnereve
netrunnereve deleted the ci branch August 17, 2026 19:59
gabe-l-hart added a commit to gabe-l-hart/llama.cpp that referenced this pull request Aug 17, 2026
* origin/master: (86 commits)
ui: enforce alphabetical enum member ordering (ggml-org#27272)
ui: Refactor Built-In Tools naming (Server/Browser) (ggml-org#27271)
ci: more optimizations (ggml-org#26983)
doc: document MCP stdio servers and CORS defaults in the server README [no release] [no ci] (ggml-org#26847)
server: save processed mtmd chunks as placeholder (ggml-org#27278)
mtmd: use sha256 for input hashing (ggml-org#27274)
vocab : support integer tokenizer scores (ggml-org#27260)
mtmd : skip thumbnail for non-tiled LFM2 images (ggml-org#27246)
cuda : skip UMA override for HIP builds (ggml-org#27083)
vendor: move hash to vendor (ggml-org#27262)
ci : push release tag explicitly in release.yml (ggml-org#27261)
ui: move get_datetime tool to frontend (ggml-org#27255)
ci : reduce builds in build-xcframework.sh (ggml-org#27252)
model: support speculators-format checkpoints for DSpark (ggml-org#26275)
ui: add browser get_info tool (ggml-org#27251)
ci : restore release.yml check during make-release.yml (ggml-org#27247)
mtmd: harden preprocessor_granite (ggml-org#27235)
ci : allow make-release to target a specific commit (ggml-org#27234)
ci : make release workflows use a deploy key (ggml-org#27229)
convert: add @ModelBase.example (ggml-org#27208)
...
brittlewis12 pushed a commit to brittlewis12/llama.cpp that referenced this pull request Aug 17, 2026
* replace rpc job with cpu

* remove vulkan cache

* move windows to build vulkan
ciroprogamer added a commit to ciroprogamer/llama.cpp that referenced this pull request Aug 21, 2026
…tup-vulkan

Upstream PR ggml-org#26983 ("ci: more optimizations") deleted
.github/actions/linux-setup-vulkan/action.yml and replaced its usage
in build-vulkan.yml with a direct call to ./.github/actions/unarchive-tar
(downloading vulkan_sdk.tar.xz with strip=1). It also dropped the
separate actions/cache step for the Vulkan SDK.

This fork's custom build-android-vulkan.yml still referenced the
deleted action, causing:

  Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile'
  under '.../.github/actions/linux-setup-vulkan'.

Mirror the upstream change here so the workflow keeps working against
the merged master. The produced ./vulkan_sdk/ tree is byte-for-byte
identical to what linux-setup-vulkan used to produce (it was already
a thin wrapper around unarchive-tar), so the downstream
'source ./vulkan_sdk/setup-env.sh' steps are unaffected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops improvements to build systems and github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants