Build and push to dockerhub with a generated name, then prepare draft release on GitHub. #46
Annotations
1 error and 2 warnings
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export PYTHON_EXACT_VERSION=$(python --version | sed 's/Python //') && mkdir -p /gdal/build && curl -L https://github.com/OSGeo/gdal/archive/refs/tags/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd /gdal/build && CFLAGS='-DPROJ_RENAME_SYMBOLS -O2' CXXFLAGS='-DPROJ_RENAME_SYMBOLS -DPROJ_INTERNAL_CPP_NAMESPACE -O2 -Wno-psabi' cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DGDAL_FIND_PACKAGE_PROJ_MODE=MODULE -DPROJ_INCLUDE_DIR=\"/build${PROJ_INSTALL_PREFIX-/usr/local}/include\" -DPROJ_LIBRARY=\"/build${PROJ_INSTALL_PREFIX-/usr/local}/lib/libinternalproj.so\" -DBUILD_TESTING=OFF -DPython_LOOKUP_VERSION=$PYTHON_EXACT_VERSION -DBUILD_PYTHON_BINDINGS=ON && ninja && DESTDIR=\"/build\" ninja install && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_python/usr/lib && mkdir -p /build_gdal_python/usr/bin && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib/python* /build_gdal_python/usr/lib && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin/*.py /build_gdal_python/usr/bin && mv /build/usr/bin /build_gdal_version_changing/usr && export GCC_ARCH=\"$(uname -m)\" && for i in /build_gdal_version_changing/usr/lib/${GCC_ARCH}-linux-gnu/*; do ${GCC_ARCH}-linux-gnu-strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_python/usr/lib/python3/dist-packages/osgeo/*.so; do ${GCC_ARCH}-linux-gnu-strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do ${GCC_ARCH}-linux-gnu-strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Generate name
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading