Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 20:45:53 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0ed2e7e88984 - main - Cirrus-CI: temporarily disable amd64-gcc12 build/test on main
Message-ID:  <202308162045.37GKjrm5062409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=0ed2e7e88984aa4ad01a41e9350c5870b271c0c3

commit 0ed2e7e88984aa4ad01a41e9350c5870b271c0c3
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-08-16 20:26:49 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-08-16 20:45:23 +0000

    Cirrus-CI: temporarily disable amd64-gcc12 build/test on main
    
    The amd64-gcc12 job is failing at present.  Unfortunately Cirrus-CI
    appears to have a 100MB log limit and we exceed this before the error
    is reported.  Disable the job for now until we can address the log
    length issue.
    
    See also https://github.com/cirruslabs/cirrus-ci-docs/issues/1176.
    
    Sponsored by:   The FreeBSD Foundation
---
 .cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index b5c2770d4887..5b033160b23b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -62,6 +62,7 @@ task:
       TOOLCHAIN_PKG: ${TOOLCHAIN}
   - name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
     only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src'
+    trigger_type: manual
     env:
       TARGET: amd64
       TARGET_ARCH: amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308162045.37GKjrm5062409>