Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Build cross openssl images #126

Build cross openssl images

Build cross openssl images #126

Triggered via schedule May 5, 2024 03:10
Status Failure
Total duration 3m 49s
Artifacts

cross-openssl.yml

on: schedule
Matrix: cross-openssl
Fit to window
Zoom out
Zoom in

Annotations

1 error
cross-openssl (riscv64gc-unknown-linux-gnu, linux64-riscv64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -euxo pipefail\n\n cd /openssl\n\n case \"$CROSS_TOOLCHAIN_PREFIX\" in\n *freebsd*)\n CC=\"$CROSS_TOOLCHAIN_PREFIX\"gcc AR=\"$CROSS_TOOLCHAIN_PREFIX\"ar ./Configure $BUILD_COMBO \\\n --libdir=lib --prefix=/usr/local --openssldir=/usr/local/ssl \\\n no-dso no-shared no-ssl3 no-tests no-comp \\\n no-legacy no-camellia no-idea no-seed\n ;;\n *)\n CC=\"$CROSS_TOOLCHAIN_PREFIX\"gcc AR=\"$CROSS_TOOLCHAIN_PREFIX\"ar ./Configure $BUILD_COMBO \\\n --libdir=lib --prefix=$CROSS_SYSROOT --openssldir=$CROSS_SYSROOT/ssl \\\n no-dso no-shared no-ssl3 no-tests no-comp \\\n no-legacy no-camellia no-idea no-seed\n ;;\n esac\n\n make \"-j$(nproc)\"\n make \"-j$(nproc)\" install_sw\n make \"-j$(nproc)\" install_ssldirs\n" did not complete successfully: exit code: 2