build: simplify python installation #83
build-base-image.yml
on: pull_request
Prepare Environment Variables
35s
Build Part 1 of Base Image
/
Build Development Image
14m 12s
Build Part 2 of Base Image
/
Build Development Image
4m 55s
Build Part 3 and Push and Tag Base Image with Version
/
Build Development Image
18m 54s
Push and Tag Base Image as Latest
/
Build Development Image
Annotations
1 error and 4 warnings
Build Part 3 and Push and Tag Base Image with Version / Build Development Image
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
|
Prepare Environment Variables
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/.
|
Build Part 1 of Base Image / Build Development Image
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/.
|
Build Part 2 of Base Image / Build Development Image
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/.
|
Build Part 3 and Push and Tag Base Image with Version / Build Development Image
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/.
|