Index: .cirrus.yml =================================================================== --- .cirrus.yml +++ .cirrus.yml @@ -26,12 +26,18 @@ TARGET: arm64 TARGET_ARCH: aarch64 TOOLCHAIN_PKG: llvm15 - - name: World and kernel gcc12 amd64 build and boot smoke test + - name: World and kernel gcc12 amd64 build and boot smoke test (manual) trigger_type: manual env: TARGET: amd64 TARGET_ARCH: amd64 TOOLCHAIN_PKG: amd64-gcc12 + - name: World and kernel gcc12 amd64 build and boot smoke test (FreeBSD repo) + only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src' + env: + TARGET: amd64 + TARGET_ARCH: amd64 + TOOLCHAIN_PKG: amd64-gcc12 timeout_in: 120m install_script: - sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG} git-lite