151 Commits

Author SHA1 Message Date
Mizux Seiha
32ee8627ca cmake: rename PRE_RELEASE as RELEASE_CANDIDATE 2025-12-03 14:43:36 +01:00
Corentin Le Molgat
cf21748fdb cmake: Add Python 3.14 support 2025-11-21 16:27:05 +01:00
Corentin Le Molgat
888479c8f1 tools/docker: fix images 2025-06-03 17:25:06 +02:00
Corentin Le Molgat
6275619174 dotnet: Remove EOL .Net Core 3.1 in release artifacts
Please target .Net 8.0 or above...

ref: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
2025-06-02 17:53:48 +02:00
Corentin Le Molgat
6a10e3a7c7 tools/docker: target and fix dotnet 8.0 support 2025-06-02 11:10:58 +02:00
Corentin Le Molgat
66014c7ed3 tools/docker: Add Fedora-42 2025-06-02 11:10:26 +02:00
Corentin Le Molgat
0de1006bde tools/docker: remove python 3.8 support 2025-05-26 17:03:10 +02:00
Corentin Le Molgat
fef7da4eb0 tools/docker: rework python jobs
* use manylinux_2_28
* use muslinux_1_2

ref: https://github.com/pypa/manylinux?tab=readme-ov-file#docker-images
2025-01-20 10:56:15 +01:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Corentin Le Molgat
5f1d9d4569 backport tools/docker from main
* Remove Debian 10
* Fix Debian 11, 12, 13
* Remove Fedora 37, 38, 39
* Add Fedora 40, 41
* Remove Ubuntu 23.04, 23.10
* Add Ubuntu 24.10
2024-11-12 14:57:39 +01:00
Arnab Animesh Das
a4f196a67a Enable builds for Python 3.13 (#4414)
* Enable builds for Python 3.13
2024-10-18 15:05:01 +02:00
Corentin Le Molgat
94409879b7 tools/docker: cleanup 2024-09-09 10:17:52 +02:00
Corentin Le Molgat
8d60e85c69 tools/docker: Fix almalinux export 2024-08-30 15:25:29 +02:00
Corentin Le Molgat
887502bca9 tools/docker: docker run use --net=host 2024-08-30 15:21:46 +02:00
Corentin Le Molgat
e12f8f248d tools/docker: Add VERBOSE option 2024-08-30 15:21:07 +02:00
Corentin Le Molgat
205ec8c275 tools/docker: Add almalinux-9 and rockylinux-9 2024-08-30 13:49:21 +02:00
Corentin Le Molgat
6a89f756f8 tools/docker: cleanup 2024-08-30 13:35:01 +02:00
Corentin Le Molgat
737da16360 tools/docker: remove centos-7
note: repositories are unavailable
2024-08-30 13:34:30 +02:00
Laurent Perron
70d14b5a20 update minizinc challenge files 2024-07-15 13:52:05 +02:00
Corentin Le Molgat
79295a68e1 tools/docker: Fix Makefile 2024-05-30 10:52:46 +02:00
Corentin Le Molgat
8add230039 backport tools/docker ubuntu 24.04 from main 2024-05-30 10:52:45 +02:00
Corentin Le Molgat
2b0085be7d backport ci/cd/release stuff from main 2024-05-30 10:51:54 +02:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Corentin Le Molgat
857c353f71 tools: add --platform arg when possible
make script more resilient/cross-platform
2023-11-16 18:17:12 +01:00
Corentin Le Molgat
4a28412e6c tools/docker: replace ubuntu 22.10 by ubuntu 23.10 2023-10-27 08:07:07 +02:00
Corentin Le Molgat
f82656cceb tools/docker: Disable fedora-39 and opensuse-leap 2023-07-26 14:41:59 +02:00
Corentin Le Molgat
8c57112109 tools/docker: disable debian-10
python too old
2023-07-26 14:38:44 +02:00
Corentin Le Molgat
85ca95f038 tools/docker: remove centos-8 (eol) 2023-07-26 14:34:16 +02:00
Corentin Le Molgat
33b21a1ab4 tools/docker: Cleanup fedora support
* Remove EOL release (33 to 36)
* Add Fedora-39
2023-07-24 18:22:59 +02:00
Corentin Le Molgat
4adb9eb0d8 tools/docker: Add Python3.12 2023-07-24 18:22:59 +02:00
Corentin Le Molgat
4a519a0b88 tools/docker: Remove ubuntu-18.04 support
* default python 3.6 is too old
2023-07-24 18:22:59 +02:00
Corentin Le Molgat
69e60ca1f8 tools: Remove python 3.7 support (EOL) 2023-07-24 18:22:59 +02:00
Corentin Le Molgat
ab287aa3ad tools/docker: add Ubuntu-23.04 archive 2023-07-21 16:43:45 +02:00
Corentin Le Molgat
b26731d91d tools/docker: Update MZN_TAG 2023-07-07 16:44:38 +02:00
Laurent Perron
8241194148 prepare for minizinc challenge 2023-07-05 13:08:41 +02:00
Corentin Le Molgat
c0b513c57b release: Drop Python 3.6 support
note: Protobuf 4.21.12 do not support Python 3.6
2023-02-17 18:23:48 +01:00
Corentin Le Molgat
b44a6cd79a tools/docker: Add Fedora37 and Fedora38 support 2023-02-07 10:31:14 +01:00
Corentin Le Molgat
eed27aa2e4 tools/docker: disable python artifacts generation 2022-11-23 17:57:45 +01:00
Corentin Le Molgat
5894c23a44 tools/docker: Fix export 2022-11-09 11:30:44 +01:00
Mizux Seiha
abd7328623 Add python 3.11 support (#3515) 2022-10-28 11:50:36 +02:00
Corentin Le Molgat
daed241ba8 tools/docker: Add ubuntu-22.10 2022-09-30 14:25:26 +02:00
Corentin Le Molgat
683303e96e tools/docker: Add debian-sid 2022-09-30 14:25:26 +02:00
Mizux Seiha
5669a3f920 make: Rename archives
follow the convention PLATFORM_DISTRO_LANGUAGE
e.g. aarch64_Ubuntu-20.04_cpp
2022-08-22 16:09:51 +02:00
Corentin Le Molgat
4681581b02 tools/docker: improve usage doc. 2022-06-27 16:15:56 +02:00
Laurent Perron
d148e77d7c fix minizinc challenge tools 2022-06-21 08:47:22 +02:00
Corentin Le Molgat
045a5d93b7 Sync google3 github 2022-06-17 14:23:23 +02:00
Laurent Perron
91d1b0072a prepare minizinc challenge submission 2022-06-17 13:22:11 +02:00
Mizux Seiha
08543d8958 tools/docker: pass PATCH version to dockerfile 2022-06-02 18:12:48 +02:00
Corentin Le Molgat
f76a7c5ffb tools/docker: Add python targets 2022-06-02 18:12:48 +02:00
Corentin Le Molgat
f058079f1a tools/docker: cleanup
tools/docker: Fix ubuntu-22.04 .Net
2022-06-02 18:12:46 +02:00