From 67522c0b249347ffa2fbac5a784f9ca2de33992c Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Sat, 15 Jun 2024 20:43:28 +0300 Subject: [PATCH] Reenable all packages --- .github/workflows/build.yml | 9 +++++---- scripts/list_package_versions.py | 2 -- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86211b8..2df65d0 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 @@ -86,6 +86,7 @@ jobs: - name: conan remote run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan - name: conan login + if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }} - name: conan config run: conan config install .github/config/${{ matrix.config.os }}-${{ matrix.config.compiler }}/conan diff --git a/scripts/list_package_versions.py b/scripts/list_package_versions.py index 02158e8..44b8872 100644 --- a/scripts/list_package_versions.py +++ b/scripts/list_package_versions.py @@ -23,8 +23,6 @@ def main(): if not recipe_path.is_dir(): continue - if not recipe_path.name == 'fontforge': - continue infos = []