Commit Graph

886 Commits

Author SHA1 Message Date
Corentin Le Molgat
f82b833670 release: update gpg expire date 2023-03-13 17:16:00 +01:00
Corentin Le Molgat
e03d6c2967 tools/release: Fix macos x86_64 scripts 2023-03-13 17:11:08 +01:00
Corentin Le Molgat
efd98dc875 tools/release: Fix macos m1 scripts 2023-03-13 17:09:00 +01:00
Corentin Le Molgat
502b956be7 tools/release: Make windows script more robust 2023-03-08 04:36:44 -08:00
Corentin Le Molgat
f955f8293d release: Fix images and cpp_test 2023-03-02 17:41:20 +01:00
Corentin Le Molgat
cb4c602b78 release: fix pcre2 install 2023-02-17 18:23:48 +01: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
0dc9269769 tools/release: fix linter check 2023-02-08 13:32:50 +01:00
Corentin Le Molgat
6b1bd25cf7 tools/docker: cleanup 2023-02-07 10:31:14 +01:00
Corentin Le Molgat
b44a6cd79a tools/docker: Add Fedora37 and Fedora38 support 2023-02-07 10:31:14 +01:00
Corentin Le Molgat
2a8b3f7bea tools/docker: Fix Alpine python 2023-02-06 08:48:45 +01:00
Corentin Le Molgat
5567e140cc tools/docker: Bump .Net in alpine image 2023-02-06 08:48:45 +01:00
Corentin Le Molgat
4e845f8950 tools/docker: Fix alpine python 2023-02-06 08:48:45 +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
5865d2313d tools/doc: indent CSS style sheet 2023-02-02 11:40:42 +01:00
Corentin Le Molgat
8089ad46fa tools: make gen_ref_doc.py executable 2023-02-01 08:59:19 +01:00
Laurent Perron
9524b7d4b9 improve 'deprecated' makefiles 2022-12-28 11:14:34 +01:00
Corentin Le Molgat
574a0d8cc2 tools/release: Fix windows build 2022-11-30 17:42:55 +01:00
Corentin Le Molgat
4619af0e90 python: Rework README.pypi.txt 2022-11-30 11:24:40 +01:00
Corentin Le Molgat
7ba088032d tools/release: Fix publish_delivery_win 2022-11-30 09:21:46 +01:00
Corentin Le Molgat
c627d194f0 tools/release: build_delivery_linux fixup 2022-11-29 17:01:57 +01:00
Corentin Le Molgat
6aa1f4aee6 tools/release: Add test_delivery_manylinux_* 2022-11-29 17:01:51 +01:00
Corentin Le Molgat
7cfa7bc610 tools/release: Fix macOS Intel python build 2022-11-29 17:01:51 +01:00
Corentin Le Molgat
cfec85e2eb tools/release: Add M1 support to test_delivery_macos 2022-11-29 15:20:46 +01:00
Corentin Le Molgat
c43d540ee3 tools/release: rename test_delivery_unix -> test_delivery_linux
todo(mizux): cleanup and make it having the same layout than build/publish
2022-11-29 15:20:46 +01:00
Corentin Le Molgat
6a172e58e0 tools/release: provide publish_delivery_manylinux* 2022-11-29 15:20:46 +01:00
Corentin Le Molgat
92eab40155 tools/docker: Fix debian-sid
version returned by lsb-release is 'n/a' which break all scripts...
2022-11-25 10:21:54 +01:00
Corentin Le Molgat
eed27aa2e4 tools/docker: disable python artifacts generation 2022-11-23 17:57:45 +01:00
Corentin Le Molgat
c35669c1ac tools/release: Bump make check to 4.4 on macos 2022-11-23 17:56:02 +01:00
Corentin Le Molgat
e9783bfd03 tools/release: remove macos python3.6 support 2022-11-23 17:54:35 +01:00
Corentin Le Molgat
986620e831 tools/release: enable net46 on windows 2022-11-21 17:29:27 +01:00
Corentin Le Molgat
8c94e325f0 tools/release: add log 2022-11-21 17:29:27 +01:00
Corentin Le Molgat
0a2145fd12 tools/release: fixup 2022-11-21 13:05:00 +01:00
Corentin Le Molgat
b24bc8dddd tools/release: fix windows test 2022-11-09 18:30:37 +01:00
Corentin Le Molgat
5894c23a44 tools/docker: Fix export 2022-11-09 11:30:44 +01:00
Corentin Le Molgat
eb5e28e2cf tools/docker: Fix dockerfile 2022-11-07 16:01:36 +01:00
Corentin Le Molgat
bdba6d1c94 tools/docker: fix python amd64 manylinux build 2022-11-07 11:55:22 +01:00
Corentin Le Molgat
ab2fb2305a release: Fix python whl naming 2022-11-04 18:26:23 +01:00
Corentin Le Molgat
76a73026dd release: Fix macos arm64 build 2022-11-04 17:34:03 +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
Corentin Le Molgat
40c87e6203 remove test.py.in 2022-09-30 14:25:20 +02:00
Corentin Le Molgat
d17fe63829 tools/release: cleanup 2022-09-20 13:07:16 +02:00
Corentin Le Molgat
69e409ab2e tools: remove linaro aarch64 toolchain
gcc 7.5 is too old to be able to compile or-tools
2022-09-02 10:39:33 +02:00
Mizux Seiha
0a9b42a1b5 tools: Add aarch64 bootlin toolchains 2022-09-01 20:49:55 +02:00
Mizux Seiha
8d48a7e7aa tools: enable qemu for aarch64_be test 2022-09-01 14:51:09 +02:00
Corentin Le Molgat
096b4360f4 tools: add powerpc toolchain 2022-08-31 14:40:47 +02:00
Corentin Le Molgat
020f08d162 tools: bump qemu to 7.0.0 2022-08-31 14:40:45 +02:00