scipopt / scip-sys

Raw rust bindings to SCIP's C-API
https://crates.io/crates/scip-sys
2 stars 4 forks source link

bundled feature: Add support for linux arm64 #18

Open jacobsvante opened 6 months ago

jacobsvante commented 6 months ago

Building the library files could be done using CircleCI, as they already support the arm64 architecture. Github Actions support for arm64 linux is currently in private beta and sounds like they won't be supporting it until the end of the year.

mmghannam commented 6 months ago

Thanks for the suggestion! I didn't know about CircleCI, I will definitely check it out. I added https://github.com/scipopt/scipoptsuite-deploy/issues/7 to track this on the scipoptsuite-deploy repo that's responsible for generating all the library files.

jacobsvante commented 6 months ago

Great, thanks!