trying to get build_wheel working with dynamic pyuda versioning #40
build_wheels.yml
on: push
Matrix: build_wheels
upload_pypi
0s
Annotations
2 errors and 1 warning
build wheels on ubuntu-latest x86_64
Command ['sh', '-c', 'dnf update -y && dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && dnf install -y boost-devel openssl-devel libxml2-devel libtirpc-devel fmt fmt-devel spdlog spdlog-devel capnproto capnproto-devel && cd /project && cmake -B build -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSSLAUTHENTICATION=OFF -DENABLE_CAPNP=ON -DCLIENT_ONLY=ON && cmake --build build -j --config Release --target install && cp -r /usr/local/python_installer/* /project/source/wrappers/python/ sed -i \'s|\\[tool\\.setuptools_scm\\]|\\[tool\\.setuptools_scm\\]\\nroot =\\"\\/project\\"|g\' /project/source/wrappers/python/pyproject.toml\n'] failed with code 1.
|
build wheels on ubuntu-latest x86_64
Process completed with exit code 1.
|
build wheels on ubuntu-latest x86_64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|