env: CI_REPOSITORY_URL: "https://gitlab-ci-token:[MASKED]@gitlab.com/libvirt/libvirt.git" CI_COMMIT_REF_NAME: "master" CI_COMMIT_SHA: "606e7e0318b8e6fc31c2692f0db32c3d83c7a4cb" PATH: "/usr/local/opt/ccache/libexec:/usr/local/opt/gettext/bin:/usr/local/opt/libpcap/bin:/usr/local/opt/libxslt/bin:/usr/local/opt/rpcgen/bin:$PATH" PKG_CONFIG_PATH: "/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/libpcap/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig" PYTHON: "/usr/local/bin/python3" MAKE: "/usr/local/bin/gmake"
build_task: install_script: - brew install augeas autoconf automake bash bash-completion ccache cpanminus cppi curl dbus dnsmasq docutils flake8 gdb gettext git glib gnutls gpatch libiscsi libpcap libssh libssh2 libtool libxml2 libxslt lsof make meson ncurses ninja perl pkg-config python3 qemu readline rpcgen screen scrub vim xz yajl clone_script: - git clone --depth 100 "$CI_REPOSITORY_URL" . - git fetch origin "$CI_COMMIT_REF_NAME" - git reset --hard "$CI_COMMIT_SHA" build_script: - mkdir build - cd build - ../autogen.sh --prefix=$(pwd)/install-root - $MAKE -j3 - $MAKE -j3 install - $MAKE -j3 dist $ cirrus-run ci/cirrus/$NAME.yml Build created: https://cirrus-ci.com/build/6179934517329920 ............................................................ ....... Build failed: https://cirrus-ci.com/build/6179934517329920 ERROR: Job failed: exit code 1
|