Remove protoc #12
Annotations
1 error
|
build
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c curl -sSL https://curl.se/download/curl-$CURL_VER.tar.gz | tar xz && cd curl-$CURL_VER && CC=\"musl-gcc -fPIC -pie\" LDFLAGS=\"-L$PREFIX/lib\" CFLAGS=\"-I$PREFIX/include\" ./configure --enable-shared=no --with-zlib --enable-static=ssl --enable-optimize --prefix=$PREFIX --with-ca-path=/etc/ssl/certs/ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-ca-fallback --with-openssl --without-libpsl && make -j$(nproc) curl_LDFLAGS=\"-all-static\" && make install && cd .. && rm -rf curl-$CURL_VER RUN curl -sSL https://ftp.postgresql.org/pub/source/v$PQ_VER/postgresql-$PQ_VER.tar.gz | tar xz && cd postgresql-$PQ_VER && CC=\"musl-gcc -fPIE -pie\" LDFLAGS=\"-L$PREFIX/lib -lssl -lcrypto -static\" CPPFLAGS=\"-I$PREFIX/include\" ./configure --without-readline --with-openssl --prefix=$PREFIX --host=x86_64-unknown-linux-musl && cd src/interfaces/libpq && make -s -j$(nproc) all-static-lib && make -s install install-lib-static && cd ../../bin/pg_config && make -j $(nproc) && make install && cd .. && rm -rf postgresql-$PQ_VER" did not complete successfully: exit code: 2
|