Skip to content

Commit 34c5156

Browse files
committed
trick for cirrus brew to install specified libheif
Signed-off-by: bigcat88 <[email protected]>
1 parent 809a002 commit 34c5156

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/cirrus_general_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test_src_build_full_macos_arm_task:
1515

1616
install_libheif_script:
1717
- brew update
18+
- brew install libheif
1819
- brew uninstall --force --ignore-dependencies imagemagick libheif
1920
- brew install --formula ./libheif/macos/libheif.rb
2021
install_pillow_heif_script:
@@ -45,6 +46,7 @@ test_src_build_lite_macos_arm_task:
4546
- python3 .github/transform_to-pi_heif.py
4647
install_libheif_script:
4748
- brew update
49+
- brew install libheif
4850
- brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom
4951
- brew install --formula ./libheif/macos/libheif.rb
5052
install_pi_heif_script:

ci/cirrus_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ wheel_macos_arm_task:
1515

1616
install_pre_requirements_script:
1717
- brew update
18+
- brew install libheif
1819
- brew install [email protected]
1920
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python
2021
install_cibuildwheel_script:
@@ -41,6 +42,7 @@ wheel_pi_heif_macos_arm_task:
4142

4243
install_pre_requirements_script:
4344
- brew update
45+
- brew install libheif
4446
- brew install [email protected]
4547
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python
4648
install_cibuildwheel_script:

0 commit comments

Comments
 (0)