[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 05/12] .gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2
From: |
Alex Bennée |
Subject: |
[PATCH v3 05/12] .gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2 |
Date: |
Tue, 29 Aug 2023 17:15:21 +0100 |
From: Thomas Huth <thuth@redhat.com>
The FreeBSD CI job started to fail due to linking problems ... time
to update to the latest version to get this fixed.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230823144533.230477-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
.gitlab-ci.d/cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index 1507c928e5..41d64d6680 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -50,7 +50,7 @@ x64-freebsd-13-build:
NAME: freebsd-13
CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
CIRRUS_VM_IMAGE_SELECTOR: image_family
- CIRRUS_VM_IMAGE_NAME: freebsd-13-1
+ CIRRUS_VM_IMAGE_NAME: freebsd-13-2
CIRRUS_VM_CPUS: 8
CIRRUS_VM_RAM: 8G
UPDATE_COMMAND: pkg update; pkg upgrade -y
--
2.39.2
- [PATCH v3 00/12] gdbstub and testing fixes for 8.2 (pre-PR), Alex Bennée, 2023/08/29
- [PATCH v3 02/12] tests/docker: cleanup non-verbose output, Alex Bennée, 2023/08/29
- [PATCH v3 01/12] gitlab: enable ccache for many build jobs, Alex Bennée, 2023/08/29
- [PATCH v3 03/12] tests/tcg: remove quoting for info output, Alex Bennée, 2023/08/29
- [PATCH v3 05/12] .gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2,
Alex Bennée <=
- [PATCH v3 11/12] gdbstub: replace global gdb_has_xml with a function, Alex Bennée, 2023/08/29
- [PATCH v3 10/12] gdbstub: refactor get_feature_xml, Alex Bennée, 2023/08/29
- [PATCH v3 09/12] gdbstub: remove unused user_ctx field, Alex Bennée, 2023/08/29
- [PATCH v3 04/12] docs/style: permit inline loop variables, Alex Bennée, 2023/08/29
- [PATCH v3 07/12] tests/tcg: clean-up gdb confirm/pagination settings, Alex Bennée, 2023/08/29
- [PATCH v3 06/12] tests: remove test-gdbstub.py, Alex Bennée, 2023/08/29
- [PATCH v3 12/12] gdbstub: move comment for gdb_register_coprocessor, Alex Bennée, 2023/08/29
- [PATCH v3 08/12] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT, Alex Bennée, 2023/08/29