.ci


Log

Author Commit Date CI Message
dependabot[bot] 7c368dab 2025-03-31T10:29:54 Bump setuptools from 77.0.3 to 78.1.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 77.0.3 to 78.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v77.0.3...v78.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] eda33efc 2025-03-24T11:00:57 Bump ninja from 1.11.1.3 to 1.11.1.4 in /.ci Bumps [ninja](https://github.com/scikit-build/ninja-python-distributions) from 1.11.1.3 to 1.11.1.4. - [Release notes](https://github.com/scikit-build/ninja-python-distributions/releases) - [Changelog](https://github.com/scikit-build/ninja-python-distributions/blob/master/HISTORY.rst) - [Commits](https://github.com/scikit-build/ninja-python-distributions/compare/1.11.1.3...1.11.1.4) --- updated-dependencies: - dependency-name: ninja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2fd2f8e7 2025-03-24T11:01:06 Bump setuptools from 76.0.0 to 77.0.3 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to 77.0.3. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v76.0.0...v77.0.3) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Khaled Hosny 48ce9c39 2025-03-24T01:05:24 [ci] Try to fix uploading Windows binaries [ci skip] We will find out if it works when cutting the next release.
Khaled Hosny 8db34adc 2025-03-22T23:04:23 Revert "[ci] Don’t set exe_wrapper in the cross files" This reverts commit e3dc86bb0f6ac350fb0bbfa6dcd5e9106d036c1b.
Behdad Esfahbod 0b139a81 2025-03-22T01:05:26 [.ci/build-win.sh] Enable tests
Behdad Esfahbod 475afee0 2025-03-22T00:21:20 Change file permission
Khaled Hosny e3dc86bb 2025-03-21T03:02:56 [ci] Don’t set exe_wrapper in the cross files Complicates the build setup. Keep it commented in case one wants to enable it locally.
Khaled Hosny 12e31ab7 2025-03-21T02:24:00 [test] Allow running test suite under wine Set exe_wrapper in the Windows cross files, which will cause unit tests to be run with wine. When we call the binary ourselves, e.g. in shape run-tests.py, we need to check for MESON_EXE_WRAPPER env var (which meson sets automatically if exe_wrapper is set) and use it.
Behdad Esfahbod cdfbb7ef 2025-03-17T17:44:42 [ci] Massage cross-win building Move install dir inside build dir.
Khaled Hosny 9298b310 2025-03-18T01:26:43 [ci] Pass the rest of arguments to meson
Khaled Hosny 286e8328 2025-03-17T21:48:14 [ci] Use release buildtype when cross-compiling
Khaled Hosny a520ee95 2025-03-17T21:33:42 [ci] Simplify cross-build script Tell meson to strip the binaries and call meson install so they are actually striped, and copy binaries from install dir.
Khaled Hosny d65fd656 2025-03-17T20:51:59 [ci] Explicitly disabled more auto options when cross-compiling
Khaled Hosny 1a7b31f2 2025-03-17T20:48:57 [ci] Fix meson deprecation warning DEPRECATION: c_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. DEPRECATION: c_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. DEPRECATION: cpp_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. DEPRECATION: cpp_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
Khaled Hosny 7272abc3 2025-03-17T20:46:17 [ci] Merge build-win32.sh and build-win64.sh
Khaled Hosny 6a50badb 2025-03-17T17:18:37 [ci] Disable libffi tests They don’t build on MingW with -fno-exceptions
Behdad Esfahbod f6744c2c 2025-03-13T15:55:57 [ci] Add pkg-config to win cross-compiling environment
dependabot[bot] 2edab536 2025-03-10T10:56:16 Bump setuptools from 75.8.2 to 76.0.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2a471ed1 2025-03-03T10:47:00 Bump setuptools from 73.0.1 to 75.8.2 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 75.8.2. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v73.0.1...v75.8.2) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Khaled Hosny 33b31771 2025-02-12T00:18:48 [ci] Stop generating test coverage data It is failing on Linux CI after upgrading to Ubuntu 24.04, and macOS upload to codecov was also silently failing for a while now. We don’t do much with the coverage data anyway.
dependabot[bot] 63cee529 2025-02-10T10:16:27 Bump fonttools from 4.55.8 to 4.56.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.55.8 to 4.56.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.55.8...4.56.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3839e5fd 2025-02-03T10:53:59 Bump fonttools from 4.55.6 to 4.55.8 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.55.6 to 4.55.8. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.55.6...4.55.8) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 6d8035a9 2025-01-27T11:02:35 Bump meson from 1.6.1 to 1.7.0 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 721470f5 2025-01-27T11:02:46 Bump fonttools from 4.55.3 to 4.55.6 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.55.3 to 4.55.6. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.55.3...4.55.6) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3a63e174 2025-01-06T21:21:51 Bump jinja2 from 3.1.4 to 3.1.5 in /.ci Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Behdad Esfahbod 1abc8d2f 2025-01-07T11:27:46 Revert "Bump setuptools from 73.0.1 to 75.7.0 in /.ci" This reverts commit 23358ec2796c606b580a5fe41ffaf2510a9fd3fe. Bots failing.
dependabot[bot] 23358ec2 2025-01-06T10:37:16 Bump setuptools from 73.0.1 to 75.7.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 75.7.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v73.0.1...v75.7.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] b5a65e0f 2024-12-23T10:10:31 Bump meson from 1.5.2 to 1.6.1 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.5.2 to 1.6.1. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.5.2...1.6.1) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] e451e91e 2024-12-16T10:33:51 Bump ninja from 1.11.1.2 to 1.11.1.3 in /.ci Bumps [ninja](https://github.com/scikit-build/ninja-python-distributions) from 1.11.1.2 to 1.11.1.3. - [Release notes](https://github.com/scikit-build/ninja-python-distributions/releases) - [Changelog](https://github.com/scikit-build/ninja-python-distributions/blob/master/HISTORY.rst) - [Commits](https://github.com/scikit-build/ninja-python-distributions/compare/1.11.1.2...1.11.1.3) --- updated-dependencies: - dependency-name: ninja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] ce00135e 2024-12-16T10:33:41 Bump fonttools from 4.55.2 to 4.55.3 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.55.2 to 4.55.3. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.55.2...4.55.3) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 30099ee1 2024-12-09T10:24:30 Bump fonttools from 4.55.0 to 4.55.2 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.55.0 to 4.55.2. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.55.0...4.55.2) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 26a737ac 2024-11-25T11:28:53 Bump ninja from 1.11.1.1 to 1.11.1.2 in /.ci Bumps [ninja](https://github.com/scikit-build/ninja-python-distributions) from 1.11.1.1 to 1.11.1.2. - [Release notes](https://github.com/scikit-build/ninja-python-distributions/releases) - [Changelog](https://github.com/scikit-build/ninja-python-distributions/blob/master/HISTORY.rst) - [Commits](https://github.com/scikit-build/ninja-python-distributions/compare/1.11.1.1...1.11.1.2) --- updated-dependencies: - dependency-name: ninja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] b14def8b 2024-11-18T11:04:46 Bump fonttools from 4.54.1 to 4.55.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.54.1 to 4.55.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.54.1...4.55.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Behdad Esfahbod c1c0e82e 2024-09-30T09:46:27 Revert "Bump setuptools from 73.0.1 to 75.1.0 in /.ci" This reverts commit a87fa89b4e7309ef71fb043b8ec3a2aa19d0877e. Build was failing in linux-ci.
dependabot[bot] a87fa89b 2024-09-30T10:59:19 Bump setuptools from 73.0.1 to 75.1.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 75.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v73.0.1...v75.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] fa79b51d 2024-09-30T10:59:34 Bump fonttools from 4.53.1 to 4.54.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.53.1 to 4.54.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.53.1...4.54.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Behdad Esfahbod b95cb48f 2024-09-23T06:37:54 Revert "Bump setuptools from 73.0.1 to 75.1.0 in /.ci" This reverts commit 25591a3a1d3647647a5852545bf1a0e0d49f60f4.
dependabot[bot] 25591a3a 2024-09-23T10:04:32 Bump setuptools from 73.0.1 to 75.1.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 75.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v73.0.1...v75.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 29157e6a 2024-09-23T10:04:45 Bump meson from 1.5.1 to 1.5.2 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] eaa97d65 2024-08-26T10:35:51 Bump setuptools from 72.1.0 to 73.0.1 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 72.1.0 to 73.0.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v72.1.0...v73.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] d6088fb4 2024-08-05T10:28:43 Bump setuptools from 72.0.0 to 72.1.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 72.0.0 to 72.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v72.0.0...v72.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1304587b 2024-07-29T10:45:42 Bump meson from 1.4.1 to 1.5.1 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.4.1...1.5.1) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] ebcf5514 2024-07-29T10:45:56 Bump setuptools from 71.1.0 to 72.0.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 71.1.0 to 72.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v71.1.0...v72.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 354691b7 2024-07-22T10:30:58 Bump setuptools from 70.3.0 to 71.1.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 71.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.3.0...v71.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] acf2febb 2024-07-15T10:09:52 Bump setuptools from 70.2.0 to 70.3.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 70.2.0 to 70.3.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.2.0...v70.3.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 48193e02 2024-07-08T10:48:19 Bump setuptools from 70.1.1 to 70.2.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 70.1.1 to 70.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.1.1...v70.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 7ab9733f 2024-07-08T10:48:35 Bump fonttools from 4.53.0 to 4.53.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.53.0 to 4.53.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.53.0...4.53.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 49284894 2024-07-01T10:37:47 Bump setuptools from 70.1.0 to 70.1.1 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 70.1.0 to 70.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.1.0...v70.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 76d9905c 2024-06-24T10:45:35 Bump setuptools from 70.0.0 to 70.1.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 70.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.0.0...v70.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] c1ca46e4 2024-06-03T10:50:28 Bump fonttools from 4.52.1 to 4.53.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.52.1 to 4.53.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.52.1...4.53.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 09947ae1 2024-06-03T10:51:05 Bump meson from 1.4.0 to 1.4.1 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 200b20aa 2024-05-27T10:09:14 Bump setuptools from 69.5.1 to 70.0.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.5.1...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 73ae5f70 2024-05-27T10:09:00 Bump fonttools from 4.51.0 to 4.52.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.51.0 to 4.52.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.51.0...4.52.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] a96f7c87 2024-05-06T20:41:37 Bump jinja2 from 3.1.3 to 3.1.4 in /.ci Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] f8ebf27a 2024-04-15T10:32:58 Bump setuptools from 69.2.0 to 69.5.1 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 69.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.2.0...v69.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 607931b3 2024-04-08T10:04:44 Bump fonttools from 4.50.0 to 4.51.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.50.0 to 4.51.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.50.0...4.51.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] a0154418 2024-03-18T10:47:32 Bump meson from 1.3.2 to 1.4.0 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.3.2...1.4.0) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] a91d2edc 2024-03-18T10:47:45 Bump setuptools from 69.1.1 to 69.2.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.1 to 69.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.1.1...v69.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] ddc9b426 2024-03-18T10:48:00 Bump fonttools from 4.49.0 to 4.50.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.49.0 to 4.50.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.49.0...4.50.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
خالد حسني (Khaled Hosny) 61d57be1 2024-02-26T16:08:45 Revert "Bump gcovr from 5.0 to 7.2 in /.ci" This reverts commit 58c6dba9cd523668d80d417131786e660f0418ef.
dependabot[bot] 58c6dba9 2024-02-26T10:37:56 Bump gcovr from 5.0 to 7.2 in /.ci Bumps [gcovr](https://github.com/gcovr/gcovr) from 5.0 to 7.2. - [Release notes](https://github.com/gcovr/gcovr/releases) - [Changelog](https://github.com/gcovr/gcovr/blob/main/CHANGELOG.rst) - [Commits](https://github.com/gcovr/gcovr/compare/5.0...7.2) --- updated-dependencies: - dependency-name: gcovr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4d8773bd 2024-02-26T10:37:38 Bump setuptools from 69.1.0 to 69.1.1 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.0 to 69.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.1.0...v69.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 20ddabc7 2024-02-19T10:55:23 Bump fonttools from 4.48.1 to 4.49.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.48.1 to 4.49.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.48.1...4.49.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2b986af8 2024-02-19T10:55:08 Bump meson from 1.3.1 to 1.3.2 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.3.1...1.3.2) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 6d7da03d 2024-02-12T10:57:20 Bump setuptools from 69.0.3 to 69.1.0 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.3 to 69.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.0.3...v69.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] e79028c2 2024-02-12T10:57:35 Bump fonttools from 4.47.2 to 4.48.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.47.2 to 4.48.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.47.2...4.48.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 9c143d52 2024-01-15T11:02:40 Bump fonttools from 4.47.0 to 4.47.2 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.47.0 to 4.47.2. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.47.0...4.47.2) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 11f8914a 2024-01-11T21:03:01 Bump jinja2 from 3.1.2 to 3.1.3 in /.ci Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 62fd46a8 2024-01-01T10:15:03 Bump meson from 1.3.0 to 1.3.1 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] d455066a 2023-12-25T10:34:23 Bump fonttools from 4.46.0 to 4.47.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.46.0 to 4.47.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.46.0...4.47.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 74bb1be6 2023-12-25T10:34:08 Bump setuptools from 69.0.2 to 69.0.3 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.2 to 69.0.3. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.0.2...v69.0.3) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 7dbc8422 2023-12-04T10:31:20 Bump fonttools from 4.45.1 to 4.46.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.45.1 to 4.46.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.45.1...4.46.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] d7c4fdfa 2023-11-27T10:18:20 Bump setuptools from 68.2.2 to 69.0.2 in /.ci Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 69.0.2. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.2.2...v69.0.2) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 8e1fd02f 2023-11-27T10:18:06 Bump fonttools from 4.44.3 to 4.45.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.44.3 to 4.45.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.44.3...4.45.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 258f2a27 2023-11-20T10:24:19 Bump meson from 1.2.3 to 1.3.0 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.2.3...1.3.0) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] bec9fa70 2023-11-20T10:24:36 Bump fonttools from 4.44.0 to 4.44.3 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.44.0 to 4.44.3. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.44.0...4.44.3) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 64305568 2023-11-06T10:39:24 Bump fonttools from 4.43.1 to 4.44.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.43.1 to 4.44.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.1...4.44.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Behdad Esfahbod f57c64d8 2023-11-02T11:21:44 [ci] Try fixing msvc builds again https://gitlab.gnome.org/GNOME/glib/-/issues/3134
Behdad Esfahbod 72436081 2023-11-02T11:01:49 [ci] Roll lxml forward Should help fixing the msvc fails.
dependabot[bot] 156de3c0 2023-10-23T10:35:02 Bump meson from 1.2.2 to 1.2.3 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.2.2...1.2.3) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4992456c 2023-10-16T10:07:42 Bump ninja from 1.11.1 to 1.11.1.1 in /.ci Bumps [ninja](https://github.com/ninja-build/ninja) from 1.11.1 to 1.11.1.1. - [Release notes](https://github.com/ninja-build/ninja/releases) - [Commits](https://github.com/ninja-build/ninja/commits) --- updated-dependencies: - dependency-name: ninja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] a317b5a7 2023-10-09T10:06:13 Bump fonttools from 4.43.0 to 4.43.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.43.0 to 4.43.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.43.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1522eb91 2023-10-02T10:48:02 Bump fonttools from 4.42.1 to 4.43.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.42.1...4.43.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2d67e52a 2023-10-02T10:47:40 Bump meson from 1.2.1 to 1.2.2 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 6c7aed10 2023-08-21T10:52:43 Bump fonttools from 4.42.0 to 4.42.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.42.0 to 4.42.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.42.0...4.42.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] a8fb56e0 2023-08-14T10:36:33 Bump meson from 1.2.0 to 1.2.1 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 0ba4d539 2023-08-07T11:49:03 Bump fonttools from 4.41.1 to 4.42.0 in /.ci (#4365) Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.41.1 to 4.42.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.41.1...4.42.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1a267f22 2023-07-24T11:01:01 Bump fonttools from 4.41.0 to 4.41.1 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.41.0 to 4.41.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.41.0...4.41.1) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] ae8fea08 2023-07-17T10:28:35 Bump fonttools from 4.40.0 to 4.41.0 in /.ci Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.40.0 to 4.41.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.40.0...4.41.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] da84a078 2023-07-17T10:28:55 Bump meson from 1.1.1 to 1.2.0 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] a77f2828 2023-06-19T22:51:01 Bump meson from 0.62.0 to 1.1.1 in /.ci Bumps [meson](https://github.com/mesonbuild/meson) from 0.62.0 to 1.1.1. - [Release notes](https://github.com/mesonbuild/meson/releases) - [Commits](https://github.com/mesonbuild/meson/compare/0.62.0...1.1.1) --- updated-dependencies: - dependency-name: meson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Pedro Kaj Kjellerup Nacht 0be1e5a7 2023-06-19T20:49:38 Use meson 0.62.0, remove retry Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Pedro Kaj Kjellerup Nacht 54650873 2023-06-19T19:36:43 Move fonttools to separate requirements file Necessary because msys2/mingw don't accept the other deps (not supported?), and msys2-ci.yml only needs fonttools. Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Pedro Kaj Kjellerup Nacht e2722696 2023-06-12T14:36:49 Bump meson to 0.60.0 Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Pedro Kaj Kjellerup Nacht a8e2f1b6 2023-06-07T19:40:26 Add .ci/requirements files Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Khaled Hosny df6324cb 2023-02-11T22:35:09 [ci] Build with default wrap mode Forcing fallback forces checking the subproject even if the option is disabled.
Khaled Hosny 8ccc704c 2023-01-02T18:14:55 [ci/win32] Disable Cairo tests as well
Khaled Hosny 5d81fc0f 2022-03-23T06:07:15 [meson] Update Cairo subproject Update to the latest master to get color fonts working. Disable dwrite on Windows builds as it does not compile and we don’t need it.
Khaled Hosny 9e3bfd9a 2022-12-16T20:10:51 [ci] Build Windows binaries without cairo-ft