Skip to content

Commit

Permalink
Skip i686 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 29, 2024
1 parent 2198352 commit 04912cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cryptogrpahy/env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export CIBW_SKIP='*-musllinux_* *-macosx_*'
export CIBW_SKIP='*-musllinux_* *-macosx_* *_i686_*'
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 04912cd

Please sign in to comment.