Skip to content

Update rules updater script #354

Update rules updater script

Update rules updater script #354

Triggered via push April 6, 2024 10:56
Status Failure
Total duration 1m 1s
Artifacts

docker.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build linux/amd64 Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe && apk add --no-cache --virtual .build-tools git g++ build-base linux-headers cmake python3 && apk add --no-cache --virtual .build-deps curl-dev rapidjson-dev pcre2-dev yaml-cpp-dev && git clone https://github.com/ftk/quickjspp --depth=1 && cd quickjspp && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make quickjs -j $THREADS && install -d /usr/lib/quickjs/ && install -m644 quickjs/libquickjs.a /usr/lib/quickjs/ && install -d /usr/include/quickjs/ && install -m644 quickjs/quickjs.h quickjs/quickjs-libc.h /usr/include/quickjs/ && install -m644 quickjspp.hpp /usr/include && cd .. && git clone https://github.com/PerMalmberg/libcron --depth=1 && cd libcron && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make libcron -j $THREADS && install -m644 libcron/out/Release/liblibcron.a /usr/lib/ && install -d /usr/include/libcron/ && install -m644 libcron/include/libcron/* /usr/include/libcron/ && install -d /usr/include/date/ && install -m644 libcron/externals/date/include/date/* /usr/include/date/ && cd .. && git clone https://github.com/ToruNiina/toml11 --branch=\"v3.7.1\" --depth=1 && cd toml11 && cmake -DCMAKE_CXX_STANDARD=11 . && make install -j $THREADS && cd .. && git clone https://github.com/***/subconverter --depth=1 && cd subconverter && [ -n \"$SHA\" ] && sed -i 's/\\(v[0-9]\\.[0-9]\\.[0-9]\\)/\\1-'\"$SHA\"'/' src/version.h; python3 -m ensurepip && python3 -m pip install gitpython && python3 scripts/update_rules.py -c scripts/rules_config.conf && cmake -DCMAKE_BUILD_TYPE=Release . && make -j $THREADS" did not complete successfully: exit code: 1
Build linux/arm64 Image
The job was canceled because "linux_amd64_ubuntu-latest" failed.
Build linux/arm/v7 Image
The job was canceled because "linux_amd64_ubuntu-latest" failed.
Build linux/386 Image
The job was canceled because "linux_amd64_ubuntu-latest" failed.
Build linux/386 Image
The operation was canceled.