Skip to content

ci: re-enable rocm build on amd64#18439

Merged
CISC merged 1 commit intoggml-org:masterfrom
TimNN:patch-2
Dec 28, 2025
Merged

ci: re-enable rocm build on amd64#18439
CISC merged 1 commit intoggml-org:masterfrom
TimNN:patch-2

Conversation

@TimNN
Copy link
Copy Markdown
Contributor

@TimNN TimNN commented Dec 28, 2025

This was disabled in #9340 due to a compiler crash, but seems to build now as confirmed by the latest comments in #11913.

I've also to built the image with docker build -f .devops/rocm.Dockerfile . (for all three stages, full, server and light).

A quick attempt at trying to build an arm64 image failed. Since none of the other images are built for arm, I only enabled the amd64 one.

The runs_on option was added to match the other entries.

I don't know if there's an easy way to do a test build on CI, or if we just need to submit this PR and wait for the next scheduled build.

This was disabled in #9340 due to compiler crash, but seems to build now as confirmed by the latest comments in #11913.

I've also managed to build the image with `docker build -f .devops/rocm.Dockerfile .` (for all three stages, `full`, `server` and `light`).

A quick attempt at trying to build an arm64 image failed. Since none of the other images are build for arm, I only enabled the amd64 one.

The `runs_on` option was added to match the other entries.
@TimNN TimNN requested a review from CISC as a code owner December 28, 2025 20:48
@github-actions github-actions Bot added the devops improvements to build systems and github actions label Dec 28, 2025
@CISC
Copy link
Copy Markdown
Member

CISC commented Dec 28, 2025

I don't know if there's an easy way to do a test build on CI, or if we just need to submit this PR and wait for the next scheduled build.

Run the Publish Docker image CI on your fork and paste the link to successful build.

@CISC CISC merged commit 382808c into ggml-org:master Dec 28, 2025
2 checks passed
@TimNN TimNN deleted the patch-2 branch December 29, 2025 07:26
blime4 referenced this pull request in blime4/llama.cpp Feb 5, 2026
This was disabled in #9340 due to compiler crash, but seems to build now as confirmed by the latest comments in #11913.

I've also managed to build the image with `docker build -f .devops/rocm.Dockerfile .` (for all three stages, `full`, `server` and `light`).

A quick attempt at trying to build an arm64 image failed. Since none of the other images are build for arm, I only enabled the amd64 one.

The `runs_on` option was added to match the other entries.
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
This was disabled in ggml-org#9340 due to compiler crash, but seems to build now as confirmed by the latest comments in ggml-org#11913.

I've also managed to build the image with `docker build -f .devops/rocm.Dockerfile .` (for all three stages, `full`, `server` and `light`).

A quick attempt at trying to build an arm64 image failed. Since none of the other images are build for arm, I only enabled the amd64 one.

The `runs_on` option was added to match the other entries.
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.

Misc. bug: ROCm images cannot be found

2 participants