Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2024 01:35:44 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 453f6aa42842 - stable/14 - Cirrus-CI: Switch default job to llvm19-amd64
Message-ID:  <202412160135.4BG1Zi4Q077349@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=453f6aa428429b36030492ddbb1f9eb6498638cf

commit 453f6aa428429b36030492ddbb1f9eb6498638cf
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-12-10 01:58:57 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-12-16 00:39:08 +0000

    Cirrus-CI: Switch default job to llvm19-amd64
    
    Clang/LLVM19 matches the default in-tree toolchain.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 5e310866c3733cbf2e38e15c3f16cba16136829e)
---
 .cirrus.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 62766904de2b..2a1a8b6cbf3b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -31,15 +31,15 @@ task:
       TOOLCHAIN: llvm17
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
   - name: amd64-llvm18 World and kernel build and boot smoke test
-    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+    trigger_type: manual
     env:
       TARGET: amd64
       TARGET_ARCH: amd64
       TOOLCHAIN: llvm18
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
   - name: amd64-llvm19 World and kernel build and boot smoke test
-    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
-    trigger_type: manual
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
     env:
       TARGET: amd64
       TARGET_ARCH: amd64



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