Skip to content

Commit e9f1c67

Browse files
author
neil
committed
fix openbsd
1 parent a5e798a commit e9f1c67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

anyvm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,6 +3091,9 @@ def find_image_link(releases, target_zst, target_xz):
30913091
else:
30923092
if accel in ["kvm", "hvf"]:
30933093
cpu = "host"
3094+
elif config['os'] == "openbsd":
3095+
# OpenBSD fails with "FP exception in kernel" on cpu=max
3096+
cpu = "neoverse-n1"
30943097
else:
30953098
cpu = "max"
30963099

0 commit comments

Comments
 (0)