Skip to content

Commit

Permalink
Use CIBW_ARCHS_LINUX
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 29, 2024
1 parent d8d82a7 commit 611892e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/cryptogrpahy/env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export CIBW_SKIP='*-musllinux_* *-macosx_* *_i686'
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'

0 comments on commit 611892e

Please sign in to comment.