Setup LoongArch64 Cross Compiler
Version updated for https://github.com/maikebing/loongarch64-cross-compile to version v1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The loongarch64-cross-compile GitHub Action and Docker container provide a pre-configured cross-compilation environment for building software targeting the LoongArch64 architecture. It automates the setup of necessary tools, such as GCC, G++, and build systems (e.g., make, cmake, ninja-build), along with environment variables, streamlining the development and CI/CD workflows for Loongson processors. Its key features include compatibility as both a GitHub Action and a Docker image, caching for faster builds, and support for cross-compiling C/C++ projects.
What’s Changed
What’s Changed
- Add LoongArch64 cross-compilation Docker image and GitHub Action by @Copilot in https://github.com/maikebing/loongarch64-cross-compile/pull/1
New Contributors
- @Copilot made their first contribution in https://github.com/maikebing/loongarch64-cross-compile/pull/1
Full Changelog: https://github.com/maikebing/loongarch64-cross-compile/commits/v1.0