Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163276838
D42840.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
D42840.diff
View Options
diff --git a/.cirrus.yml b/.cirrus.yml
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -54,6 +54,15 @@
TOOLCHAIN: amd64-gcc12
TOOLCHAIN_PKG: ${TOOLCHAIN}
EXTRA_MAKE_FLAGS: -s
+ - name: amd64-gcc13 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-gcc13
+ 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
@@ -63,6 +72,15 @@
TOOLCHAIN: aarch64-gcc12
TOOLCHAIN_PKG: ${TOOLCHAIN}
EXTRA_MAKE_FLAGS: -s
+ - name: aarch64-gcc13 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-gcc13
+ 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
Wed, Jul 22, 4:11 PM (53 m, 22 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35371583
Default Alt Text
D42840.diff (1 KB)
Attached To
Mode
D42840: Cirrus CI: Add manual jobs for amd64 and aarch64 using GCC 13
Attached
Detach File
Event Timeline
Log In to Comment