test: remove some nonsensical openbsd targets from llvm_targets

This commit is contained in:
Alex Rønne Petersen 2025-11-30 04:46:37 +01:00
parent 6a1b4e6f8a
commit fbe76b31cf
No known key found for this signature in database

View file

@ -65,7 +65,6 @@ const targets = [_]std.Target.Query{
.{ .cpu_arch = .arm, .os_tag = .netbsd, .abi = .eabi },
.{ .cpu_arch = .arm, .os_tag = .netbsd, .abi = .eabihf },
.{ .cpu_arch = .arm, .os_tag = .openbsd, .abi = .eabi },
.{ .cpu_arch = .arm, .os_tag = .openbsd, .abi = .eabihf },
.{ .cpu_arch = .arm, .os_tag = .rtems, .abi = .eabi },
.{ .cpu_arch = .arm, .os_tag = .rtems, .abi = .eabihf },
// .{ .cpu_arch = .arm, .os_tag = .uefi, .abi = .eabi },
@ -187,7 +186,6 @@ const targets = [_]std.Target.Query{
.{ .cpu_arch = .powerpc, .os_tag = .linux, .abi = .musleabihf },
.{ .cpu_arch = .powerpc, .os_tag = .netbsd, .abi = .eabi },
.{ .cpu_arch = .powerpc, .os_tag = .netbsd, .abi = .eabihf },
.{ .cpu_arch = .powerpc, .os_tag = .openbsd, .abi = .eabi },
.{ .cpu_arch = .powerpc, .os_tag = .openbsd, .abi = .eabihf },
.{ .cpu_arch = .powerpc, .os_tag = .rtems, .abi = .eabi },
.{ .cpu_arch = .powerpc, .os_tag = .rtems, .abi = .eabihf },