Skip to content

Commit

Permalink
Merge pull request #68 from regro-cf-autotick-bot/2023-06-02_h5c5cd3
Browse files Browse the repository at this point in the history
re2 v2023-06-02
  • Loading branch information
h-vetinari authored Oct 11, 2023
2 parents 02137f2 + 4f2dfb9 commit 4a93f51
Show file tree
Hide file tree
Showing 19 changed files with 348 additions and 165 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

53 changes: 8 additions & 45 deletions .azure-pipelines/azure-pipelines-win.yml

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

8 changes: 5 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,11 +11,13 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20220623.0'
- '20230802'
re2:
- 2023.03.02
target_platform:
- linux-64
zip_keys:
Expand Down
8 changes: 5 additions & 3 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,11 +15,13 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20220623.0'
- '20230802'
re2:
- 2023.03.02
target_platform:
- linux-aarch64
zip_keys:
Expand Down
8 changes: 5 additions & 3 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos7
channel_sources:
Expand All @@ -11,11 +11,13 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20220623.0'
- '20230802'
re2:
- 2023.03.02
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
# need to keep this in the migrator until we're ready
# to bump the deployment target conda-forge-wide, see
# https://github.com/conda-forge/conda-forge.github.io/issues/1844#issuecomment-1734933359
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.13" # [osx and x86_64]
migrator_ts: 1692632590.658328
10 changes: 6 additions & 4 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '14'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '16'
libabseil:
- '20220623.0'
- '20230802'
macos_machine:
- x86_64-apple-darwin13.4.0
re2:
- 2023.03.02
target_platform:
- osx-64
zip_keys:
Expand Down
8 changes: 5 additions & 3 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '14'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '16'
libabseil:
- '20220623.0'
- '20230802'
macos_machine:
- arm64-apple-darwin20.0.0
re2:
- 2023.03.02
target_platform:
- osx-arm64
zip_keys:
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ channel_targets:
cxx_compiler:
- vs2019
libabseil:
- '20220623.0'
- '20230802'
re2:
- 2023.03.02
target_platform:
- win-64
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

18 changes: 9 additions & 9 deletions .scripts/run_osx_build.sh

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

Loading

0 comments on commit 4a93f51

Please sign in to comment.