From d8d82a74d630ba5dbd928fc10d94d8b08b40a538 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 29 May 2024 12:33:24 +0200 Subject: [PATCH] Skip i686 wheels --- recipes/cryptogrpahy/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cryptogrpahy/env.sh b/recipes/cryptogrpahy/env.sh index 258a2d9..f3c94eb 100644 --- a/recipes/cryptogrpahy/env.sh +++ b/recipes/cryptogrpahy/env.sh @@ -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'