Skip to content

Commit

Permalink
Skip PyPy builds
Browse files Browse the repository at this point in the history
This package does not support PyPy.
See confluentinc/confluent-kafka-python#1747 (comment)

Co-authored-by: Duncan Macleod <[email protected]>
  • Loading branch information
lpsinger and duncanmmacleod authored May 21, 2024
1 parent 4f0c860 commit 4419c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ source:
- 0001-Fix-setup-for-windows.patch # [win]

build:
# This package does not support PyPy.
# See https://github.com/confluentinc/confluent-kafka-python/issues/1747#issuecomment-2112004625
skip: true # [python_impl == 'pypy']
number: 0
script:
- export CFLAGS="${CFLAGS} -I${PREFIX}/include" # [unix]
Expand Down

0 comments on commit 4419c35

Please sign in to comment.