Deploy #465
Annotations
1 error
|
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(autoconf) && TEMP_PACKAGES+=(wget) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libusb-1.0-0) && KEPT_PACKAGES+=(libzmq5) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && chmod +x /opt/acars-bridge && git clone https://github.com/DaveGamble/cJSON.git /src/cJSON && pushd /src/cJSON && mkdir -p /src/cJSON/build && pushd /src/cJSON/build && cmake .. && make && make install && ldconfig && popd && popd && git clone --depth 1 --single-branch --branch master https://github.com/f00b4r0/acarsdec.git /src/acarsdec && pushd /src/acarsdec && sed -i -e 's/-march=native//' CMakeLists.txt && mkdir build && pushd build && cmake ../ -DCMAKE_BUILD_TYPE=Debug && make && make install && popd && popd && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && bash /scripts/clean-build.sh && rm -rf /src/* /tmp/* /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading