Skip to content

Commit

Permalink
Merge pull request #37 from mvdbeek/cryptogrpahy
Browse files Browse the repository at this point in the history
Build cryptography
  • Loading branch information
mvdbeek authored May 29, 2024
2 parents fe890d5 + 611892e commit df28240
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and upload wheels
on: [push, pull_request]
env:
CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-* cp311-*'
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_SKIP: '*-musllinux_*'
concurrency:
# Group runs by PR, but keep runs on the default branch separate
Expand Down
4 changes: 4 additions & 0 deletions recipes/cryptogrpahy/env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export CIBW_SKIP='*-musllinux_* *-macosx_*'
export CIBW_ARCHS_LINUX='auto64'
export CIBW_BEFORE_ALL_LINUX='yum install -y openssl11 openssl11-devel && cp /usr/lib64/pkgconfig/openssl11.pc /usr/lib64/pkgconfig/openssl.pc && curl https://sh.rustup.rs -sSf | sh -s -- -y'
export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin'
4 changes: 4 additions & 0 deletions recipes/cryptogrpahy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: cryptography
version: 42.0.7

0 comments on commit df28240

Please sign in to comment.