Skip to content

Commit

Permalink
MNT: rerender (#9)
Browse files Browse the repository at this point in the history
* dummy commit for rerendering

* MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.20.18.57.25

* specify a release build type

---------

Co-authored-by: conda-forge-webservices[bot] <121827174+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: danielnachun <[email protected]>
  • Loading branch information
4 people authored Oct 20, 2023
1 parent 34c9729 commit d631b4f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 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.

2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
msgpack_c:
- '6'
target_platform:
- linux-64
4 changes: 3 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -12,5 +12,7 @@ libiconv:
- '1'
macos_machine:
- x86_64-apple-darwin13.4.0
msgpack_c:
- '6'
target_platform:
- osx-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.

10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

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

1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -o xtrace -o nounset -o pipefail -o errexit

cmake -S . -B build \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_BUNDLED=OFF \
-DLIBLUV_LIBRARY="${PREFIX}/lib/libluv${SHLIB_EXT}" \
-DLIBUV_LIBRARY="${PREFIX}/lib/libuv${SHLIB_EXT}" \
Expand Down

0 comments on commit d631b4f

Please sign in to comment.