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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ giflib:
github_actions_labels:
- cirun-openstack-cpu-2xlarge
icu:
- '75'
- '78'
libabseil:
- '20250512'
libcurl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ giflib:
github_actions_labels:
- cirun-openstack-cpu-2xlarge
icu:
- '75'
- '78'
libabseil:
- '20250512'
libcurl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ giflib:
github_actions_labels:
- cirun-openstack-cpu-2xlarge
icu:
- '75'
- '78'
libabseil:
- '20250512'
libcurl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ giflib:
github_actions_labels:
- cirun-openstack-cpu-2xlarge
icu:
- '75'
- '78'
libabseil:
- '20250512'
libcurl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ giflib:
github_actions_labels:
- cirun-openstack-cpu-2xlarge
icu:
- '75'
- '78'
libabseil:
- '20250512'
libcurl:
Expand Down
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 @@ -27,7 +27,7 @@ flatbuffers:
giflib:
- '5.2'
icu:
- '75'
- '78'
libabseil:
- '20250512'
libcurl:
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 @@ -27,7 +27,7 @@ flatbuffers:
giflib:
- '5.2'
icu:
- '75'
- '78'
libabseil:
- '20250512'
libcurl:
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
@@ -1,6 +1,6 @@
{% set version = "2.19.1" %}
{% set estimator_version = "2.15.0" %}
{% set build = 2 %}
{% set build = 3 %}

{% if cuda_compiler_version != "None" %}
{% set build = build + 200 %}
Expand Down
Loading