Skip to content

Commit 81fffb6

Browse files
carenasgitster
authored andcommitted
ci: update FreeBSD cirrus job
FreeBSD 12 is EOL and no longer available, causing errors in this job. Upgrade to 13.2, which is the next oldest release with support and that should keep it for at least another 4 months. This will be upgraded again once 13.3 is released to avoid further surprises. The original report [*] of this problem mentions an error message "Not enough compute credits to prioritize tasks!". It seems to be just a reminder that the credit allocate for the Free Tier by Cirrus is all used up and which might result in additional delays getting a result. [*] https://lore.kernel.org/git/[email protected]/ Signed-off-by: Carlo Marcelo Arenas Belón <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec58344 commit 81fffb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

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

4-
freebsd_12_task:
4+
freebsd_task:
55
env:
66
GIT_PROVE_OPTS: "--timer --jobs 10"
77
GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
88
MAKEFLAGS: "-j4"
99
DEFAULT_TEST_TARGET: prove
1010
DEVELOPER: 1
1111
freebsd_instance:
12-
image_family: freebsd-12-3
12+
image_family: freebsd-13-2
1313
memory: 2G
1414
install_script:
1515
pkg install -y gettext gmake perl5

0 commit comments

Comments
 (0)