Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165383694
D40286.id122487.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D40286.id122487.diff
View Options
Index: .cirrus.yml
===================================================================
--- .cirrus.yml
+++ .cirrus.yml
@@ -15,13 +15,21 @@
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: amd64-llvm16 World and kernel build and boot smoke test
+ only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+ trigger_type: manual
+ env:
+ TARGET: amd64
+ TARGET_ARCH: amd64
+ TOOLCHAIN: llvm16
+ TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
+ - name: arm64-llvm15 World and kernel build and boot smoke test
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
trigger_type: manual
env:
@@ -29,7 +37,7 @@
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:
@@ -37,7 +45,7 @@
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 8, 10:22 PM (12 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36263305
Default Alt Text
D40286.id122487.diff (1 KB)
Attached To
Mode
D40286: Cirrus-CI: Add Clang/LLVM 16 job
Attached
Detach File
Event Timeline
Log In to Comment