Skip to content
Merged
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 @@ -23,7 +23,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
libabseil:
- '20250512'
libsqlite:
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 @@ -23,7 +23,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
libabseil:
- '20250512'
libsqlite:
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 @@ -25,7 +25,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
libabseil:
- '20250512'
libsqlite:
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 @@ -25,7 +25,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
libabseil:
- '20250512'
libsqlite:
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 pixi.toml

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

4 changes: 2 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c_stdlib_version: # [(osx and x86_64) or linux]
- '10.15' # [osx and x86_64]
- "2.28" # [linux]
github_actions_labels:
- cirun-openstack-cpu-large
github_actions_labels: # [linux]
- cirun-openstack-cpu-large # [linux]
MACOSX_SDK_VERSION: # [osx and x86_64]
- "11.0" # [osx and x86_64]

Expand Down
2 changes: 1 addition & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source:
sha256: e2a3eda9fabf97929274cc9cbbf4f374743765630cbb1691a22d01040b0cf23a

build:
number: 1
number: 2
# Prefix replacement breaks in the binary embedded configurations.
prefix_detection:
ignore_binary_files: true
Expand Down