Skip to content

Commit

Permalink
Build jpegli binaries in cross-compiling workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabadka committed Aug 2, 2024
1 parent db65cf9 commit c525d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@ jobs:
env:
SKIP_TEST: 1
BUILD_TARGET: ${{ matrix.build_target }}
TARGETS: ${{ env.WILL_RUN_TESTS == 'true' && 'all_tests cjxl djxl libjxl.so libjxl_dec.so' || 'all' }}
TARGETS: ${{ env.WILL_RUN_TESTS == 'true' && 'all_tests cjpegli djpegli libjpeg.so || 'all' }}

- name: Build stats
run: |
tools/scripts/build_stats.py --save build/stats.json \
--binutils ${{ matrix.build_target }}- \
--max-stack ${{ matrix.max_stack || '0' }} \
cjxl djxl libjxl.so libjxl_dec.so
cjpegli djpegli libjpeg.so
- name: Prepare artefacts
if: env.WILL_RUN_TESTS == 'true'
Expand Down

0 comments on commit c525d59

Please sign in to comment.