Skip to content
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

Add ARM cross-compilation to CI (#113) #114

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

gkobeaga
Copy link
Contributor

@gkobeaga gkobeaga commented Feb 9, 2024

This PR introduces ARM cross-compilation into the continuous integration pipeline. It is presumed that, if this particular CI passes, all the available targets for cross-compilation should work.

https://github.com/gkobeaga/openblas-src/actions/runs/7849995638/job/21424525805

Observation
For cross-compilation within the Docker image, we need to install libssl-dev for both the host and the intended target. libssl is only required by openblas-build for its native-ssl dependency. However, openblas-build is only needed to download and build OpenBLAS, and might not be required to cross-compile itself.

@Dirreke Dirreke merged commit e1a0a3f into blas-lapack-rs:master Nov 26, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants