The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f17fc5439f517d06ac8976f53354789cde5a7427
commit f17fc5439f517d06ac8976f53354789cde5a7427 Author: Ed Maste <[email protected]> AuthorDate: 2021-01-29 14:34:27 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2021-01-29 14:37:47 +0000 Cirrus-CI: remove svn2git remnant Previously Cirrus was skipped on svn_head to avoid running CI on two different branches with identical content. With the transition to git this serves no purpose. Reported by: kevans Sponsored by: The FreeBSD Foundation --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a35b40c113b4..ce6f8202a6d8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,6 @@ freebsd_instance: memory: 24G task: - only_if: $CIRRUS_BRANCH != 'svn_head' timeout_in: 120m install_script: - pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
