Skip to content

Commit ad51ae4

Browse files
carenasgitster
authored andcommitted
ci: update freebsd 12 cirrus job
make sure it uses a supported OS branch and uses all the resources that can be allocated efficiently. while only 1GB of memory is needed, 2GB is the minimum for a 2 CPU machine (the default), but by increasing parallelism wall time has been reduced by 35%. Signed-off-by: Carlo Marcelo Arenas Belón <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ebf3c04 commit ad51ae4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.cirrus.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ env:
22
CIRRUS_CLONE_DEPTH: 1
33

44
freebsd_12_task:
5+
env:
6+
GIT_PROVE_OPTS: "--timer --jobs 10"
7+
GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
8+
MAKEFLAGS: "-j4"
9+
DEFAULT_TEST_TARGET: prove
10+
DEVELOPER: 1
511
freebsd_instance:
6-
image: freebsd-12-1-release-amd64
12+
image_family: freebsd-12-2
13+
memory: 2G
714
install_script:
815
pkg install -y gettext gmake perl5
916
create_user_script:

0 commit comments

Comments
 (0)