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 @@ -19,7 +19,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
openssl:
- '3.5'
target_platform:
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 @@ -19,7 +19,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
openssl:
- '3.5'
target_platform:
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
4 changes: 1 addition & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
Expand Down
4 changes: 1 addition & 3 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '75'
- '78'
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2022
github_actions_labels:
- cirun-openstack-cpu-large
target_platform:
- win-64
2 changes: 0 additions & 2 deletions .ci_support/win_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2022
github_actions_labels:
- cirun-openstack-cpu-large
target_platform:
- win-arm64
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.

5 changes: 3 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
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]

# void creating spurious jobs due to multiple global pins for the package we're building here
nodejs:
Expand Down
2 changes: 1 addition & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source:
sha256: b9d7faacd0b540b8b46640dbc8f56f4205ff63b79dec700d4f03d36591b0318f

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