Skip to content

Commit

Permalink
Try nightly build with spdlog 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed May 1, 2024
1 parent 92426a9 commit 6fe47d5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand Down Expand Up @@ -41,14 +37,12 @@ r_base:
- '4.2'
- '4.3'
spdlog:
- '1.12'
- '1.13'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
- - channel_sources
- fmt
- spdlog
Expand Down
6 changes: 0 additions & 6 deletions .ci_support/linux_64_fmt9spdlog1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand Down Expand Up @@ -47,8 +43,6 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
- - channel_sources
- fmt
- spdlog
Expand Down
6 changes: 1 addition & 5 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge,tiledb
channel_targets:
Expand Down Expand Up @@ -43,7 +39,7 @@ r_base:
- '4.2'
- '4.3'
spdlog:
- '1.12'
- '1.13'
target_platform:
- osx-64
zip_keys:
Expand Down
6 changes: 1 addition & 5 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge,tiledb
channel_targets:
Expand Down Expand Up @@ -41,7 +37,7 @@ r_base:
- '4.2'
- '4.3'
spdlog:
- '1.12'
- '1.13'
target_platform:
- osx-arm64
zip_keys:
Expand Down
4 changes: 2 additions & 2 deletions README.md

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

4 changes: 3 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ fmt: # [linux]
- 10 # [linux]
spdlog: # [linux]
- 1.11 # [linux]
- 1.12 # [linux]
- 1.13 # [linux]
zip_keys: # [linux]
- channel_sources # [linux]
- fmt # [linux]
- spdlog # [linux]
spdlog: # [not linux]
- 1.13 # [not linux]

0 comments on commit 6fe47d5

Please sign in to comment.