Skip to content

Commit

Permalink
Reenable all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 15, 2024
1 parent 39b3099 commit 67522c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions scripts/list_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def main():
if not recipe_path.is_dir():
continue

if not recipe_path.name == 'fontforge':
continue

infos = []

Expand Down

0 comments on commit 67522c0

Please sign in to comment.