build: simplify python installation #83
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /tmp/boost && cd /tmp/boost && wget -O boost_${BOOST_VERSION}.tar.gz https://sourceforge.net/projects/boost/files/boost/${BOOST_VERSION}/boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0.tar.gz/download && tar -xf boost_${BOOST_VERSION}.tar.gz && cd boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0 && ./bootstrap.sh --with-python=/usr/local/bin/python3.10 && echo \"using python : 3.10 : /usr : /usr/include/python3.10m ;\" >> project-config.jam && ./b2 -j $(nproc) link=static cxxflags=-fPIC install && ./b2 -j $(nproc) python=3.10 link=shared cxxflags=-fPIC install && rm -rf /tmp/boost" did not complete successfully: exit code: 1
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading