build_on_wreadsb_update #43
deploy_wreadsb.yml
on: repository_dispatch
Deploy MLAT client image to ghcr.io
3m 48s
Trigger deploy of sdr-enthusiasts/docker-tar1090
0s
Annotations
3 errors and 1 warning
Deploy wreadsb to ghcr.io
The run was canceled by @fredclausen.
|
Deploy wreadsb to ghcr.io
The operation was canceled.
|
Deploy wreadsb to ghcr.io
buildx failed with: ERROR: failed to solve: process "/bin/bash -x -o pipefail -c TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && KEPT_PACKAGES+=(libncurses6) && TEMP_PACKAGES+=(libncurses-dev) && KEPT_PACKAGES+=(zlib1g) && TEMP_PACKAGES+=(zlib1g-dev) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && TEMP_PACKAGES+=(libzstd-dev) && KEPT_PACKAGES+=(libzstd1) && KEPT_PACKAGES+=(python3-minimal) && KEPT_PACKAGES+=(python3-pkg-resources) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && git clone --branch \"dev\" --depth 1 --single-branch 'https://github.com/wiedehopf/readsb.git' '/src/readsb' && pushd /src/readsb && make RTLSDR=yes AIRCRAFT_HASH_BITS=14 DISABLE_RTLSDR_ZEROCOPY_WORKAROUND=yes -j \"$(nproc)\" && cp readsb /usr/local/bin/ && popd && pushd /usr/local/bin && ln -s readsb viewadsb && popd && ldconfig && readsb --version && viewadsb --version && tar zxf /buildimage/mlatclient.tgz -C / && ln -s /usr/local/bin/mlat-client /usr/bin/mlat-client && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -y && /usr/bin/mlat-client --help > /dev/null && { find /usr | grep -E \"/__pycache__$\" | xargs rm -rf || true; } && rm -rf /src/* && bash /scripts/clean-build.sh" did not complete successfully: exit code: 2
|
Deploy MLAT client image to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|