Commit Graph

197 Commits

Author SHA1 Message Date
Corentin Le Molgat
43aa85125b ci: disable windows cpp debug build 2025-07-09 14:12:31 +02:00
Corentin Le Molgat
09e7e951a2 cmake(ci): Rework Vagrantfile
ci: Rework BSD workflows
ci: Bump freebsd Vagrantfile from python 3.9 to 3.11
2025-06-30 15:20:25 +02:00
dependabot[bot]
03ef7e19a4 build(deps): bump actions/setup-java in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).


Updates `actions/setup-java` from 3 to 4
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-11 07:55:25 +02:00
Mizux Seiha
4c60a56fa3 backport from main branch 2025-05-12 12:57:50 +02:00
Laurent Perron
b787497074 bump .NET to 8.0; remove LP_PARSER option 2025-04-09 15:19:59 +02:00
Corentin Le Molgat
461505f4af ci: backport workflows from main 2025-03-13 14:35:51 +01:00
Corentin Le Molgat
7fee34194e ci: bump actions/setup-python to v5 2024-11-22 17:20:42 +01:00
Corentin Le Molgat
6298232887 ci: Remove docker bazel jobs, remove python != 3.12 bazel jobs
note: docker bazel: no space left on device -> need to split them anyway
2024-11-20 17:30:24 +01:00
Corentin Le Molgat
e670dccdb0 cmake: Bump Protobuf to v28.3 and use shared libraries 2024-11-15 14:42:08 +01:00
Corentin Le Molgat
c53053bc62 bazel: migrate to bazel module 2024-11-15 14:40:16 +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
Laurent Perron
de1d72572a remove python 3.9 from arm64 mac bazel 2024-10-09 15:52:14 +02:00
Laurent Perron
a2249e332b bazel runners do not support python 3.9 2024-10-09 13:22:36 +02:00
Corentin Le Molgat
4bd2f19ec4 ci: try to bump maven 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
8d2439edb6 ci: Add CTEST_OUTPUT_ON_FAILURE=1 variable env 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
1b64d0b84d ci: remove swigwin setup from workflows 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
dc607fa188 ci: test various java distribution on windows 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
94f3733d73 ci: Update jobs 2024-08-27 15:35:44 +02:00
Mizux Seiha
74ef5934cc bazel(ci): Fix Linux Bazel workflow 2024-07-31 16:06:31 +02:00
Corentin Le Molgat
1171e45c12 ci: Use macos-12 runner image for FreeBSD to get vagrant 2024-07-22 14:48:45 +02:00
Mizux Seiha
5a564738aa bazel(ci): fix workflows
* Fix almalinux and rockylinux
* Fix debian
* Fix opensuse job
* Fix macos bazel workfow
2024-07-19 13:46:12 +02:00
Corentin Le Molgat
25016e377c ci: bump actions/setup-dotnet to v4 2024-07-17 16:25:02 +02:00
Corentin Le Molgat
61ef34d5b9 bazel(ci): Add almalinux and rockylinux, remove centos 2024-07-15 17:19:32 +02:00
Corentin Le Molgat
d5359da8d3 cmake(ci): Add Almalinux and Rockylinux, remove centos 2024-07-12 15:49:09 +02:00
Corentin Le Molgat
2b0085be7d backport ci/cd/release stuff from main 2024-05-30 10:51:54 +02:00
Mizux Seiha
2fff02786c ci: fix Docker glop job name 2024-02-14 09:38:06 +01:00
Mizux Seiha
b8c1a8c73c ci: rename workflow 2024-02-09 00:59:06 +01:00
Laurent Perron
64071d4549 remove alpine, centos from amd_docker_bazel 2024-02-07 16:00:26 -08:00
Laurent Perron
44f4583a68 remove vs 2019 from github actions 2024-02-07 14:53:10 -08:00
Corentin Le Molgat
76fa76f994 ci: rework docker workflows 2023-10-25 11:25:21 +02:00
Corentin Le Molgat
a5b650e203 cmake(ci): rework toolchain target
* Add toolchain_ prefix to avoid conflict with "platform" targets
* Update workflows
* Fix mipsel/mips64el target in cross_compile.sh
2023-10-23 14:15:07 +02:00
Mizux Seiha
dd6c68bb62 ci: Fix MacOS CMake Python 2023-10-20 08:53:41 +02:00
Mizux Seiha
21a92e25da ci: Fix macos CMake Java 2023-10-19 17:07:09 +02:00
Mizux Seiha
a922fb5b59 ci: Fix Windows CMake cpp job 2023-10-19 09:34:55 +02:00
Corentin Le Molgat
57ec0e6561 ci: limit cmake build to 2 parallel jobs. 2023-10-16 17:09:17 +02:00
Corentin Le Molgat
f1f3c6367c ci: workflow cleanup 2023-10-16 13:35:06 +02:00
Mizux Seiha
697c4b9efc ci: Add workflow_dispatch 2023-10-11 11:34:43 +02:00
Mizux Seiha
dd584bd1d2 ci: bump action/checkout to v4 2023-10-11 11:34:43 +02:00
Mizux Seiha
21911d4261 python: Add python 3.12 support 2023-10-06 18:12:44 +02:00
Corentin Le Molgat
2e64e4e67f cmake: emscripten experimental support 2023-09-08 18:05:49 +02:00
Laurent Perron
9f6ba7cde5 remove last make workflow 2023-08-10 14:37:09 -07:00
Laurent Perron
9b8bfd7ee1 remove make github runners 2023-08-10 10:59:00 -07:00
Laurent Perron
38231024fa remove python 3.8 for bazel 2023-08-09 16:58:08 -07:00
Laurent Perron
fad3e41a33 remove python 3.7 which is eol 2023-07-21 22:17:45 -07:00
Corentin Le Molgat
bf030a732e ci: disable windows VS 2019 cpp build.
* Due to a bug in msvc fixed in VS Community 2022 preview 2
2023-07-21 16:43:45 +02:00
Corentin Le Molgat
a251f82703 bazel(ci): Setup python version 2023-07-13 08:56:19 +02:00
Corentin Le Molgat
69317bc7e9 ci: format workflow 2023-07-07 17:56:31 +02:00
Corentin Le Molgat
67b8e824c5 ci: remove schedule 2023-07-07 14:21:56 +02:00
Corentin Le Molgat
0180f3a9e0 ci: cleanup 2023-07-07 11:16:04 +02:00
Mizux Seiha
810d9308ba python: Migrate to black 2023-06-29 15:29:05 +02:00