google / or-tools

Google's Operations Research tools:
https://developers.google.com/optimization/
Apache License 2.0
11.24k stars 2.13k forks source link

ARM C++ build for Debian 11 #4136

Closed ankane closed 7 months ago

ankane commented 7 months ago

Hi @Mizux and @lperron, hope things are good.

I wanted see if an ARM C++ build for Debian 11 could be added to the release process. This was manually done for v9.8 in #4007, but don't see one for v9.9.

(If not, no worries, but will remove support for it from the Ruby gem)

Mizux commented 7 months ago

Will try to do it on Wednesday, forget my M1 at office ^^;

dev note: Debian 11 image should be aarch64 ready (may need to remove dotnet if microsoft don't provide a feed) https://github.com/google/or-tools/blob/3c5c99c278ef3d0ac85cdbd4f008f8c0fd2f3f94/tools/docker/images/debian-11.Dockerfile#L16-L21

https://github.com/google/or-tools/blob/3c5c99c278ef3d0ac85cdbd4f008f8c0fd2f3f94/tools/docker/images/debian-11.Dockerfile#L23-L35

ankane commented 7 months ago

Thanks @Mizux!

Mizux commented 7 months ago

here it is: https://github.com/google/or-tools/releases/download/v9.9/or-tools_arm64_debian-11_cpp_v9.9.3963.tar.gz

ankane commented 7 months ago

Awesome, thank you!