From owner-dev-commits-doc-all@freebsd.org Sat Jun 5 18:31:29 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A68B7647F1E for ; Sat, 5 Jun 2021 18:31:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fy7WP4MtZz3mKJ; Sat, 5 Jun 2021 18:31:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E62015539; Sat, 5 Jun 2021 18:31:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 155IVTDd067342; Sat, 5 Jun 2021 18:31:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155IVTtd067341; Sat, 5 Jun 2021 18:31:29 GMT (envelope-from git) Date: Sat, 5 Jun 2021 18:31:29 GMT Message-Id: <202106051831.155IVTtd067341@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: 11f77bb410 - main - Cirrus CI: Fix build, and Add build verbosity MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 11f77bb4105d884f15e2f94125e34773f822ff72 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2021 18:31:29 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=11f77bb4105d884f15e2f94125e34773f822ff72 commit 11f77bb4105d884f15e2f94125e34773f822ff72 Author: Danilo G. Baio AuthorDate: 2021-06-05 18:28:56 +0000 Commit: Danilo G. Baio CommitDate: 2021-06-05 18:28:56 +0000 Cirrus CI: Fix build, and Add build verbosity While here: - Relax resources, default is 2 CPUs and 4 GBs of memory - Use newer FreeBSD image --- .cirrus.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4edb6ca00b..e96f8a8e50 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,16 +1,13 @@ freebsd_instance: - image_family: freebsd-12-2-snap - cpu: 8 - memory: 16G + image_family: freebsd-13-0-snap env: CIRRUS_CLONE_DEPTH: 1 task: - only_if: $CIRRUS_BRANCH != 'svn_head' timeout_in: 10m install_script: - - pkg install -y gohugo python37 rubygem-asciidoctor rubygem-rouge + - pkg install -y docproj python3 test_script: - - make + - make HUGO_ARGS="--verbose --debug --path-warnings"