git: 5ad6c907f994 - main - Cirrus-CI: add a manually triggered aarch64-gcc12 task
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Jun 2023 00:49:57 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=5ad6c907f99443ebbe9e152d4e68a18b7fa01fff
commit 5ad6c907f99443ebbe9e152d4e68a18b7fa01fff
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-06-09 15:19:42 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-06-10 00:49:31 +0000
Cirrus-CI: add a manually triggered aarch64-gcc12 task
Sponsored by: The FreeBSD Foundation
---
.cirrus.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.cirrus.yml b/.cirrus.yml
index d22b5f189f53..12f77ed71b1b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -53,6 +53,14 @@ task:
TARGET_ARCH: amd64
TOOLCHAIN: amd64-gcc12
TOOLCHAIN_PKG: ${TOOLCHAIN}
+ - name: aarch64-gcc12 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-gcc12
+ TOOLCHAIN_PKG: ${TOOLCHAIN}
- name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src'
env: