Skip to content

Commit

Permalink
Merge pull request #72 from regro-cf-autotick-bot/rebuild-harfbuzz9-0…
Browse files Browse the repository at this point in the history
…-1_hac903f

Rebuild for harfbuzz 9
  • Loading branch information
ryanvolz authored Jul 18, 2024
2 parents 179bc05 + 9540389 commit 3c47aee
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ gdk_pixbuf:
glib:
- '2'
harfbuzz:
- '8'
- '9'
pango:
- '1.50'
- '1'
target_platform:
- linux-64
zip_keys:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ gdk_pixbuf:
glib:
- '2'
harfbuzz:
- '8'
- '9'
pango:
- '1.50'
- '1'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ gdk_pixbuf:
glib:
- '2'
harfbuzz:
- '8'
- '9'
pango:
- '1.50'
- '1'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/harfbuzz9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for harfbuzz 9
kind: version
migration_number: 1
harfbuzz:
- '9'
migrator_ts: 1719592972.538086
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ gdk_pixbuf:
glib:
- '2'
harfbuzz:
- '8'
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
pango:
- '1.50'
- '1'
target_platform:
- osx-64
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ gdk_pixbuf:
glib:
- '2'
harfbuzz:
- '8'
- '9'
macos_machine:
- arm64-apple-darwin20.0.0
pango:
- '1.50'
- '1'
target_platform:
- osx-arm64
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ gdk_pixbuf:
glib:
- '2'
harfbuzz:
- '8'
- '9'
libiconv:
- '1'
pango:
- '1.50'
- '1'
target_platform:
- win-64
10 changes: 8 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ fi
meson setup builddir \
${MESON_ARGS} \
"${meson_config_args[@]}" \
--buildtype=release \
--prefix=$PREFIX \
-Dlibdir=lib \
--wrap-mode=nofallback \
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source:
- no-module-warning.patch

build:
number: 0
number: 1

requirements:
build:
Expand Down

0 comments on commit 3c47aee

Please sign in to comment.