Add CI workflow. #1
Annotations
1 error
|
build
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apk add --no-cache --update --virtual .build-dependencies automake autoconf bison build-base cmake git libtool linux-headers ninja-build pcre2-dev && mkdir -p /tmp/build && cd /tmp/build && CPUS=\"$(nproc)\" && export PATH=\"$PATH:/usr/lib/ninja-build/bin\" && BOOST_DIR=\"boost-${BOOST_VERSION}\" && wget \"https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/${BOOST_DIR}-b2-nodocs.tar.xz\" && tar -xf \"${BOOST_DIR}-b2-nodocs.tar.xz\" && cd \"${BOOST_DIR}\" && ./bootstrap.sh && ./b2 --without-python --prefix=/usr -j \"$CPUS\" link=shared runtime-link=shared install && cd .. && SWIG_DIR=\"swig-${SWIG_VERSION}\" && wget \"https://github.com/swig/swig/archive/refs/tags/v${SWIG_VERSION}.tar.gz\" -O \"${SWIG_DIR}.tar.gz\" && tar -xzf \"${SWIG_DIR}.tar.gz\" && cd \"${SWIG_DIR}\" && ./autogen.sh && ./configure --prefix=/usr && make -j \"$CPUS\" && make install && cd .. && MAVEN_DIR=\"apache-maven-${MAVEN_VERSION}\" && wget \"https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/${MAVEN_DIR}-bin.tar.gz\" && tar -xzf \"${MAVEN_DIR}-bin.tar.gz\" && ln -s \"${MAVEN_DIR}/bin/mvn /usr/bin/mvn\" && git clone --revision \"v${QUANTLIB_VERSION}\" --recurse-submodules --jobs \"$CPUS\" https://github.com/ralfkonrad/quantlib_for_maven.git && cd quantlib_for_maven && cmake --preset release -L && cmake --build --preset release -v --parallel \"$CPUS\" && mkdir /build && mv target/java/* /build/ && cd .. && rm -rf /tmp/build && apk del .build-dependencies" did not complete successfully: exit code: 1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
mblink~alpine-quantlib-java~AX94T2.dockerbuild
|
399 KB |
sha256:c0209dde9ce3ea180cbf224736ed9fbf9c6c7ff10e517d96815f6fa8397002c9
|
|