Skip to content

Commit

Permalink
Merge pull request #47 from mvdbeek/bcrypt
Browse files Browse the repository at this point in the history
Build our own bcrypt wheels
  • Loading branch information
mvdbeek authored Oct 3, 2024
2 parents a24b028 + ef6596a commit 06ac821
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/bcrypt/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/bcrypt/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: bcrypt
version: 4.2.0

0 comments on commit 06ac821

Please sign in to comment.