Skip to content

fix: avoid crash on Windows when passing invalid file to compile function #29

fix: avoid crash on Windows when passing invalid file to compile function

fix: avoid crash on Windows when passing invalid file to compile function #29

Re-run triggered March 12, 2025 09:26
Status Failure
Total duration 1m 25s
Artifacts

publish-to-pypi.yml

on: pull_request
Matrix: build
publish-to-pypi
0s

Annotations

8 errors
Build wheels on ubuntu-22.04 (i686)
Command ['sh', '-c', 'if [[ ! -z "$(which yum)" ]]; then\n yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake\n wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz\n tar xf openssl*.gz\n cd openssl*\n ./config --prefix=/usr --openssldir=/etc/ssl zlib-dynamic\n make -j$(nproc)\n make install\nelif [[ ! -z "$(which apk)" ]]; then\n apk add openssl-dev\nfi\n'] failed with code 2.
Build wheels on ubuntu-22.04 (i686)
Process completed with exit code 1.
Build wheels on ubuntu-22.04 (x86_64)
Command ['sh', '-c', 'if [[ ! -z "$(which yum)" ]]; then\n yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake\n wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz\n tar xf openssl*.gz\n cd openssl*\n ./config --prefix=/usr --openssldir=/etc/ssl zlib-dynamic\n make -j$(nproc)\n make install\nelif [[ ! -z "$(which apk)" ]]; then\n apk add openssl-dev\nfi\n'] failed with code 2.
Build wheels on ubuntu-22.04 (x86_64)
Process completed with exit code 1.
Build wheels on macos-12 (x86_64 universal2)
The job was canceled because "ubuntu-22_04_i686" failed.
Build wheels on windows-2022 (x86)
The job was canceled because "ubuntu-22_04_i686" failed.
Build wheels on windows-2022 (AMD64)
The job was canceled because "ubuntu-22_04_i686" failed.
Build wheels on ubuntu-22.04 (aarch64)
The job was canceled because "ubuntu-22_04_i686" failed.