Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cxx_compiler_version:
docker_image:
- condaforge/linux-anvil-cos7-x86_64
icu:
- '75'
- '78'
nodejs:
- '*'
openssl:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
icu:
- '75'
- '78'
nodejs:
- '*'
openssl:
Expand Down
14 changes: 0 additions & 14 deletions .ci_support/migrations/brotli12.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/icu78.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for icu 78
kind: version
migration_number: 1
icu:
- '78'
migrator_ts: 1766302854.3781085
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cxx_compiler:
cxx_compiler_version:
- '19'
icu:
- '75'
- '78'
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cxx_compiler:
cxx_compiler_version:
- '19'
icu:
- '75'
- '78'
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
Expand Down
19 changes: 19 additions & 0 deletions .scripts/run_osx_build.sh

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source:
- patches/0004-Forward-ceilf-floorf.patch # [unix]

build:
number: 0
number: 1
# Prefix replacement breaks in the binary embedded configurations.
detect_binary_files_with_prefix: false
run_exports:
Expand Down
Loading