Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112601144
D48290.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
D48290.diff
View Options
diff --git a/.cirrus.yml b/.cirrus.yml
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -95,6 +95,15 @@
TOOLCHAIN: amd64-gcc13
TOOLCHAIN_PKG: ${TOOLCHAIN}
EXTRA_MAKE_FLAGS: -s
+ - name: amd64-gcc14 World and kernel build and boot smoke test (manual)
+ only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+ trigger_type: manual
+ env:
+ TARGET: amd64
+ TARGET_ARCH: amd64
+ TOOLCHAIN: amd64-gcc14
+ TOOLCHAIN_PKG: ${TOOLCHAIN}
+ EXTRA_MAKE_FLAGS: -s
- name: aarch64-gcc12 World and kernel build and boot smoke test (manual)
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
trigger_type: manual
@@ -113,6 +122,15 @@
TOOLCHAIN: aarch64-gcc13
TOOLCHAIN_PKG: ${TOOLCHAIN}
EXTRA_MAKE_FLAGS: -s
+ - name: aarch64-gcc14 World and kernel build and boot smoke test (manual)
+ only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+ trigger_type: manual
+ env:
+ TARGET: arm64
+ TARGET_ARCH: aarch64
+ TOOLCHAIN: aarch64-gcc14
+ TOOLCHAIN_PKG: ${TOOLCHAIN}
+ EXTRA_MAKE_FLAGS: -s
- name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src' && $CIRRUS_BRANCH =~ 'pull/.*'
env:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 9:06 AM (10 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15668056
Default Alt Text
D48290.diff (1 KB)
Attached To
Mode
D48290: .cirrus: Add manual amd64 and aarch64 jobs using GCC 14
Attached
Detach File
Event Timeline
Log In to Comment