Packaging QuadDType #15
build_wheels_and_release.yml
on: pull_request
Matrix: build_wheels
Create Release
0s
Annotations
5 errors and 2 warnings
Build wheels on ubuntu-20.04
Command ['sh', '-c', 'set -ex\n# Download and install a standalone GCC\nwget https://github.com/Aetherinox/gcc-arm64/releases/download/12.3.1-2023.10/aarch64-linux-gnu-12.3.1-2023.10-x86_64-linux.tar.xz\ntar xf aarch64-linux-gnu-12.3.1-2023.10-x86_64-linux.tar.xz -C /opt\nexport PATH="/opt/aarch64-linux-gnu/bin:$PATH"\n\n# Install Miniconda and sleef\nwget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh\nbash miniconda.sh -b -p $HOME/miniconda\nexport PATH="$HOME/miniconda/bin:$PATH"\nconda install -y -c conda-forge sleef\n\n# Verify sleef installation\nls -l $HOME/miniconda/include/sleef.h || echo "sleef.h not found"\n'] failed with code 127.
|
Build wheels on ubuntu-20.04
Process completed with exit code 1.
|
Build wheels on macos-11
The job was canceled because "ubuntu-20_04" failed.
|
Build wheels on windows-2019
The job was canceled because "ubuntu-20_04" failed.
|
Build wheels on windows-2019
The operation was canceled.
|
Build wheels on ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build wheels on ubuntu-20.04
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|