Skip to content

Commit ccc8fbc

Browse files
committed
Use rustls for OpenBLAS source downloads
1 parent b7aefaf commit ccc8fbc

16 files changed

Lines changed: 2189 additions & 400 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,6 @@ jobs:
3737
maturin-version: v1.13.1
3838
target: ${{ matrix.target }}
3939
manylinux: "2014"
40-
before-script-linux: |
41-
if command -v yum >/dev/null 2>&1; then
42-
yum install -y openssl-devel
43-
elif command -v dnf >/dev/null 2>&1; then
44-
dnf install -y openssl-devel
45-
elif command -v apt-get >/dev/null 2>&1; then
46-
apt-get update
47-
apt-get install -y libssl-dev
48-
elif command -v apk >/dev/null 2>&1; then
49-
apk add --no-cache openssl-dev
50-
else
51-
echo "No supported package manager found to install OpenSSL headers" >&2
52-
exit 1
53-
fi
5440
args: --release --locked --compatibility pypi --out dist --no-default-features --features python,openblas-static -i python${{ matrix.python-version }}
5541

5642
- name: Upload wheel artifact

0 commit comments

Comments
 (0)