Commit Graph

31 Commits

Author SHA1 Message Date
Corentin Le Molgat
59582274bb make(ci): disable .Net Core 3.1 (EOD) 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
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
b3599cf670 make: Fix ubuntu .Net install 2022-09-29 11:52:45 +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
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
Corentin Le Molgat
e89a4d7e92 ci(make): use *cpp targets 2022-04-08 09:48:42 +02:00
Mizux Seiha
2c9e03e2d6 make(ci): Fix third_party command 2022-03-02 09:54:07 +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
Corentin Le Molgat
3a9fb81441 make(ci): Fix python ubuntu docker 2021-11-29 13:21:05 +01:00
Corentin Le Molgat
56b79baba6 ci(make): make wget quiet 2021-09-24 08:25:31 +02:00
Mizux Seiha
1ed340ae09 make(ci): fix .Net dockers 2021-09-22 14:31:19 +02:00
Corentin Le Molgat
6f80e183a9 ci(make): Bump CMake 3.18.5 -> 3.21.1 2021-08-23 09:34:35 +02:00
Mizux Seiha
dc6ee7f9ce Propagate mypy-protobuf usage (#1547) 2020-12-02 15:11:48 +01:00
Mizux Seiha
1d99b99d15 ci: Bump CMake 3.18.1 -> 3.18.5 2020-11-24 11:09:56 +01:00
Mizux Seiha
d81bb1aa62 ci: Fix makefile Python dockers 2020-11-24 10:15:58 +01:00
Mizux Seiha
e41de2e524 ci: Fix Ubuntu .Net Dockerfiles 2020-11-23 14:32:58 +01:00
Mizux Seiha
a9d12fa767 python: Six cleanup, add absl-py 2020-11-18 11:41:16 +01:00
Mizux Seiha
4da3ce51d3 make: Fix python docker 2020-09-21 14:48:31 +02:00
Mizux Seiha
af043fb601 ci(make): Fix JAVA_HOME 2020-09-08 22:16:19 +02:00
Mizux Seiha
3669b6c81d ci: Bump CMake: 3.17.2 -> 3.18.1 2020-08-10 12:14:13 +02:00
Mizux Seiha
3c7f9f18f4 ci(make): Fix ubuntu python
missing six
2020-05-22 11:30:09 +02:00
Mizux Seiha
46ea4cab5c ci(make): Fix ubuntu timeout 2020-05-20 17:58:43 +02:00
Mizux Seiha
dd968a2eeb ci: Bump CMake 3.16.4 -> 3.17.2 2020-05-04 17:40:39 +02:00
Mizux Seiha
851b0cf5a9 make(ci): rename workdir 2020-04-14 09:22:43 +02:00
Mizux Seiha
e7d5cde718 ci: Add Makefile CI
* Add documentation
* Add docker layer diagram
* Add Docker/Makefile ci
* Add gh workflow
* gh workflow disable fail-fast
2020-04-13 17:41:46 +02:00