svn commit: r359150 - stable/12
Ed Maste
emaste at FreeBSD.org
Thu Mar 19 18:17:44 UTC 2020
Author: emaste
Date: Thu Mar 19 18:17:43 2020
New Revision: 359150
URL: https://svnweb.freebsd.org/changeset/base/359150
Log:
MFC r346085: Add Cirrus CI config file to support CI builds
Also followup commits:
r346121: Cirrus-CI: pass OVMF env var to test script for upcoming changes
r350302: cirrus.yml: use OVMF.fd from uefi-edk2-qemu-x86_64 package
r350449: cirrus.yml: stop fetching OVMF.fd now that we're using the pkg
r356867: Cirrus-CI: bump VM image to FreeBSD 12.1
Sponsored by: The FreeBSD Foundation
Added:
stable/12/.cirrus.yml
- copied, changed from r346085, head/.cirrus.yml
Modified:
Directory Properties:
stable/12/ (props changed)
Copied and modified: stable/12/.cirrus.yml (from r346085, head/.cirrus.yml)
==============================================================================
--- head/.cirrus.yml Wed Apr 10 15:38:53 2019 (r346085, copy source)
+++ stable/12/.cirrus.yml Thu Mar 19 18:17:43 2020 (r359150)
@@ -1,7 +1,7 @@
# $FreeBSD$
freebsd_instance:
- image: freebsd-12-0-release-amd64
+ image: freebsd-12-1-release-amd64
cpu: 8
memory: 24G
@@ -11,8 +11,7 @@ env:
task:
timeout_in: 90m
install_script:
- - pkg install -y qemu-devel
- - fetch https://people.freebsd.org/~emaste/OVMF.fd
+ - pkg install -y qemu-devel uefi-edk2-qemu-x86_64
script:
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
test_script:
More information about the svn-src-stable-12
mailing list