git: 5a0cbb8a5006 - stable/13 - Cirrus-CI: add a manually triggered aarch64-gcc12 task
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jul 2023 14:08:10 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=5a0cbb8a5006f9e8aae0d4b286862b4e03fb4e60 commit 5a0cbb8a5006f9e8aae0d4b286862b4e03fb4e60 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-06-09 15:19:42 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-07-24 13:14:57 +0000 Cirrus-CI: add a manually triggered aarch64-gcc12 task Sponsored by: The FreeBSD Foundation (cherry picked from commit 5ad6c907f99443ebbe9e152d4e68a18b7fa01fff) --- .cirrus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 57f27180e2c7..158aca04ca49 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -54,6 +54,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: