From 0b63107f58ea303b9686ddc4630d7270fcddb70c Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Thu, 23 Jan 2025 16:31:15 +0100 Subject: [PATCH] Drop simh target on FreeBSD. The FreeBSD compiler will not build the latest version of SIMH. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index e3c30ed27..f2ad56ed9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,7 +10,7 @@ freebsd_instance: task: env: matrix: - - EMULATOR: simh + # EMULATOR: simh # EMULATOR: klh10 - EMULATOR: pdp10-ka NODUMP: true