Skip to content

Rebuild icu75 0 1 h9b6966 #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
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 .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '73'
- '75'
openssl:
- '3'
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 @@ -25,7 +25,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '73'
- '75'
openssl:
- '3'
target_platform:
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/icu75.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for icu 75
kind: version
migration_number: 1
icu:
- '75'
migrator_ts: 1720864544.533804
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '73'
- '75'
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
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 @@ -21,7 +21,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '73'
- '75'
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
with:
miniforge-version: latest
miniforge-variant: Mambaforge
if: matrix.os == 'windows'

- name: Build on windows
Expand Down
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

4 changes: 2 additions & 2 deletions build-locally.py

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

6 changes: 3 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
provider:
linux_64: github_actions
test: native_and_emulated
github_actions:
self_hosted: true
triggers:
- push
- pull_request
provider:
linux_64: github_actions
test: native_and_emulated
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source:
- patches/0003-Forward-ceilf-floorf.patch # [not win]

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