Lint make_deps.py #147
Annotations
2 errors and 1 warning
Build wheels
Process completed with exit code 1.
|
Build wheels
Command ['sh', '-c', '# Install toolchain (gcc, ccache...)\ndnf install -y epel-release\ndnf install -y almalinux-release-devel\ndnf install -y ccache\ndnf install -y perl-IPC-Cmd perl-Digest-SHA\n\n# Install gh (via conda)\ndnf install -y wget\nmkdir -p miniconda3\nwget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda3/miniconda.sh\nbash miniconda3/miniconda.sh -b -u -p miniconda3\nrm miniconda3/miniconda.sh\nsource miniconda3/bin/activate\nconda init --all\nconda install gh --channel conda-forge -y\necho *** | gh auth login --with-token\n\n# Manylinux_2_34 compatibility (for future use)\nif [[ 2_28 != 2_28 ]]; then\n dnf install -y perl-FindBin perl-lib\nfi\n\n# Install dependencies\npip install conan && make deps\n'] failed with code 2.
|
Save dependency cache
Cache save failed.
|
Loading