aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-05-26 17:58:04 +0000
committerEd Maste <emaste@FreeBSD.org>2023-06-05 14:39:25 +0000
commit80622a0a440da63fc9e816500901788283b70e77 (patch)
tree8a3cd96db342a3fb0db61498cbe7671ff4821ecc
parent99b983ffe737fa2cb7bd5b2f1cc0f6b6b8d5fe9e (diff)
downloadsrc-80622a0a440da63fc9e816500901788283b70e77.tar.gz
src-80622a0a440da63fc9e816500901788283b70e77.zip
-rw-r--r--.cirrus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0e3fea9e3776..6b588d05e551 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,13 +16,13 @@ env:
task:
matrix:
- - name: World and kernel amd64 build and boot smoke test
+ - name: amd64-llvm15 World and kernel build and boot smoke test
env:
TARGET: amd64
TARGET_ARCH: amd64
TOOLCHAIN: llvm15
TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
- - name: World and kernel arm64 build and boot smoke test
+ - name: arm64-llvm15 World and kernel build and boot smoke test
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
trigger_type: manual
env:
@@ -30,7 +30,7 @@ task:
TARGET_ARCH: aarch64
TOOLCHAIN: llvm15
TOOLCHAIN_PKG: ${TOOLCHAIN}
- - name: World and kernel gcc12 amd64 build and boot smoke test (manual)
+ - name: amd64-gcc12 World and kernel build and boot smoke test (manual)
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
trigger_type: manual
env:
@@ -38,7 +38,7 @@ task:
TARGET_ARCH: amd64
TOOLCHAIN: amd64-gcc12
TOOLCHAIN_PKG: ${TOOLCHAIN}
- - name: World and kernel gcc12 amd64 build and boot smoke test (FreeBSD repo)
+ - name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src'
env:
TARGET: amd64