95 Commits

Author SHA1 Message Date
Corentin Le Molgat
b912ebf94b dotnet: get rid of last remaining .Net 6.0 2025-06-02 17:22:12 +02:00
Corentin Le Molgat
77c21707ad ci/tools: Simplify alpine .Net 8.0 SDK install 2025-06-02 17:18:38 +02:00
Corentin Le Molgat
25ae8eed2a make: clean ci 2024-11-15 09:51:34 +01:00
Corentin Le Molgat
f5d9ea77be cmake: cleanup 2024-07-12 15:50:55 +02:00
Mizux Seiha
161431a004 ci: add python-setuptools to archlinux 2024-05-30 10:52:46 +02:00
Mizux Seiha
d82c1263b1 ci: Fix ubuntu dotnet-sdk 2024-05-30 10:52:46 +02:00
Corentin Le Molgat
2b0085be7d backport ci/cd/release stuff from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
01c1d96feb make(ci): add mypy packages 2023-10-27 08:12:55 +02:00
Corentin Le Molgat
dcda6523d0 ci: clean debian docker 2023-07-07 14:20:48 +02:00
Corentin Le Molgat
1b8133cc3a ci: Fix centos dockerfiles 2023-07-07 14:20:37 +02:00
Laurent Perron
c689c31a67 fix centos make docker 2023-07-06 15:29:58 +02:00
Laurent Perron
a855ded443 fix centos make docker 2023-07-06 15:18:23 +02:00
Laurent Perron
60fd5bf31c fix centos make docker 2023-07-06 14:53:11 +02:00
Laurent Perron
d457b066f5 fix centos make docker 2023-07-06 14:43:00 +02:00
Mizux Seiha
04405e25f0 make(ci): Fix python docker jobs 2023-06-15 19:32:29 +02:00
Corentin Le Molgat
59582274bb make(ci): disable .Net Core 3.1 (EOD) 2023-06-15 19:32:29 +02:00
Mizux Seiha
782bf0807f dotnet: disable .Net 3.1 2023-06-15 19:32:29 +02:00
Mizux Seiha
233126d0ab make(ci): Fix ubuntu python job 2023-06-05 08:12:06 +02:00
Corentin Le Molgat
cb4c602b78 release: fix pcre2 install 2023-02-17 18:23:48 +01:00
Corentin Le Molgat
e3d04ed1be makefile(ci): Bump Debian to CMake 3.25.2 2023-02-13 14:10:02 +01:00
Corentin Le Molgat
c871345d3f make(ci): cleanup 2023-02-13 11:54:36 +01:00
Corentin Le Molgat
5385b3c7af ci: Fix debian build 2023-02-10 13:01:08 +01:00
Corentin Le Molgat
92a1889c60 make(ci): Fix alpine python dockerfile 2023-02-10 08:10:19 +01:00
Mizux Seiha
590471becf cmake bump to 3.25.2
dev Note:

git ls-files -z | xargs -0 sed -i -e 's;CMake 3\.2[0-9]\.[0-9]\+;CMake 3.25.2;g'
git ls-files -z | xargs -0 sed -i -e 's;cmake-3\.2[0-9]\.[0-9];cmake-3.25.2;g'
git ls-files -z | xargs -0 sed -i -e 's;/v3\.2[0-9]/cmake-3\.2[0-9]\.[0-9];/v3.25/cmake-3.25.2;g'
2023-02-02 19:02:56 +01:00
Mizux Seiha
93c0c7f035 deps: bump swig to 4.1.1 2023-02-02 19:02:56 +01:00
Mizux Seiha
35e6badd32 ci(make): Fix fedora 2022-12-29 00:07:16 +01:00
Corentin Le Molgat
6a1a0553fe make(ci): Bump centos python 3.6 -> 3.9 2022-09-30 11:53:30 +02:00
Mizux Seiha
b3599cf670 make: Fix ubuntu .Net install 2022-09-29 11:52:45 +02:00
Mizux Seiha
b6e9890fcc make(ci): opensuse add missing deps 2022-06-23 21:31:27 +02:00
Mizux Seiha
7db1c617f7 make(ci): fix opensuse 2022-06-23 18:01:12 +02:00
Corentin Le Molgat
5804d32419 make(ci): remove LABEL 2022-06-21 10:41:25 +02:00
Corentin Le Molgat
058a864827 make: Add USE_DOTNET_CORE_31 and USE_DOTNET_6 2022-06-10 17:09:34 +02:00
Corentin Le Molgat
cbc5674ffb cmake(dotnet): Use USE_DOTNET_CORE_31 and USE_DOTNET_6 2022-06-10 16:06:18 +02:00
Corentin Le Molgat
2b5141c347 make(ci): Fix opensuse C++ archive test 2022-06-08 18:23:38 +02:00
Corentin Le Molgat
7258f2f36d make(ci): remove call to third_party 2022-06-08 15:25:17 +02:00
Corentin Le Molgat
32a3d09898 make(ci): Cleanup docker images 2022-06-08 10:41:21 +02:00
Corentin Le Molgat
0003ef7474 make(ci): Fix ubuntu docker image 2022-06-08 09:17:01 +02:00
StefanBruens
fbf9c3352f CI: Use zypper refresh to update repository metadata (#3315)
`update` updates packages, which is not intended here.

Also call refresh just once.

Fixes #3314.
2022-05-30 11:00:17 +02:00
Corentin Le Molgat
e89a4d7e92 ci(make): use *cpp targets 2022-04-08 09:48:42 +02:00
Mizux Seiha
b95b272f6a ci: Bump compiler in Centos Stream image 2022-03-03 17:45:16 +01:00
Mizux Seiha
c9f798fb4b ci: Bump fedora dotnet jobs 2022-03-03 16:49:33 +01:00
Mizux Seiha
a475e82df6 make(ci) Fix opensuse dotnet 2022-03-03 15:48:56 +01:00
Mizux Seiha
119d48a984 make: Add CMAKE_ARGS
* needed for Alpine jobs since pillow build failed
2022-03-03 12:43:22 +01:00
Mizux Seiha
e86c74c312 make(ci): Fix Alpine python 2022-03-02 15:26:39 +01:00
Mizux Seiha
2c9e03e2d6 make(ci): Fix third_party command 2022-03-02 09:54:07 +01:00
Mizux Seiha
8b2fa98d27 ci: use distro dotnet-sdk-6.0 on Centos 2022-03-02 09:54:07 +01:00
Mizux Seiha
727c350eb6 ci: Migrate centos job to centos:stream on quay.io 2022-02-24 18:21:05 +01:00
Corentin Le Molgat
e4167b03e9 opensuse: fix sha512sum 2021-12-06 14:47:14 +01:00
Corentin Le Molgat
193390c6c0 ubuntu: revert docker to microsoft 21.04 feed for dotnet-sdk
feed 21.10 not available yet
> The .NET 6 packages haven't yet been published for Ubuntu 21.10.
  The following wget command uses the Ubuntu 21.04 repository.
ref: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#2110-
2021-12-06 14:47:14 +01:00
Corentin Le Molgat
33ac01904c make(ci): Update dockers 2021-12-06 14:01:45 +01:00