Skip to content

use new static compilation methods #74

use new static compilation methods

use new static compilation methods #74

Triggered via push April 9, 2024 03:58
Status Failure
Total duration 2m 59s
Artifacts

docker-build.yml

on: push
Build Docker Images
2m 49s
Build Docker Images
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Docker Images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends autoconf autogen automake build-essential ca-certificates curl git libjpeg62-turbo-dev liblcms2-dev liborc-0.4-dev libreadline-dev libtool pkg-config python3 zlib1g-dev && rm -rf /var/lib/apt/lists/* && npm install --force --location=global npm yarn && mkdir -p /opt/photostructure/tools && git clone https://github.com/LibRaw/LibRaw.git /tmp/libraw && cd /tmp/libraw && git checkout --force e58e8e43ae9fb349563c954cd56e922c59e1fde2 && autoreconf -fiv && ./configure --prefix=/opt/photostructure/tools && make -j `nproc` && /bin/bash ./libtool --tag=CXX --mode=link g++ -all-static -g -O2 -o bin/dcraw_emu samples/bin_dcraw_emu-dcraw_emu.o lib/libraw.la -ljpeg -lz -lm && /bin/bash ./libtool --tag=CXX --mode=link g++ -all-static -g -O2 -o bin/raw-identify samples/bin_raw_identify-raw-identify.o lib/libraw.la -ljpeg -lz -lm && cp -p bin/dcraw_emu bin/raw-identify /opt/photostructure/tools/ && rm -rf /tmp/libraw && mkdir -p /tmp/sqlite && cd /tmp/sqlite && curl https://sqlite.org/2024/sqlite-autoconf-3450200.tar.gz | tar -xz --strip 1 && ./configure --enable-static --disable-shared --enable-readline && make -j `nproc` && cp -p sqlite3 /opt/photostructure/tools/ && rm -rf /tmp/sqlite && strip /opt/photostructure/tools/*" did not complete successfully: exit code: 1