Skip to content

ci: add LoongArch cross-compile build #13944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wojiushixiaobai
Copy link

This change introduces a cross-compile build targeting LoongArch on Linux.

@github-actions github-actions bot added the devops improvements to build systems and github actions label May 31, 2025
@slaren slaren requested a review from bandoti June 4, 2025 23:30
cmake \
gcc-14-loongarch64-linux-gnu \
g++-14-loongarch64-linux-gnu \
libcurl4-openssl-dev:loong64
Copy link
Collaborator

@bandoti bandoti Jun 6, 2025

Choose a reason for hiding this comment

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

Please remove the libcurl dependency and disable CURL by passing -DLLAMA_CURL=OFF (similar to other CI builds in this file) at cmake generation time. We experienced intermittent build failures due to issues pulling this dependency on other builds.

The general purpose of these cross builds is to ensure the backends are working properly. 😊 Should the need arise to generate actual releases then we may revisit the complete build!

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