From 39b3099ad6f2fcf2f64bae062e3357617a6e8d46 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Sat, 15 Jun 2024 20:36:39 +0300 Subject: [PATCH] pip install setuptools, attempt at building fontforge --- .github/workflows/build.yml | 10 +++++----- scripts/list_package_versions.py | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbcd093..86211b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,10 +50,10 @@ jobs: package: ${{ fromJson(needs.find-all-packages.outputs.packages) }} config: - { os: ubuntu-22.04, compiler: clang-15, host-profile: host } - - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv8 } - - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86_64 } - - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv7 } - - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86 } +# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv8 } +# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86_64 } +# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv7 } +# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86 } steps: - name: checkout uses: actions/checkout@v4 @@ -81,7 +81,7 @@ jobs: with: python-version: 3.12 - name: install python dependencies - run: pip install --upgrade pip conan + run: pip install --upgrade pip conan setuptools - name: conan remote run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan diff --git a/scripts/list_package_versions.py b/scripts/list_package_versions.py index b12bf86..02158e8 100644 --- a/scripts/list_package_versions.py +++ b/scripts/list_package_versions.py @@ -23,6 +23,9 @@ def main(): if not recipe_path.is_dir(): continue + if not recipe_path.name == 'fontforge': + continue + infos = [] with open(recipe_path / "config.yml") as f: