Skip to content

Commit 22fc621

Browse files
committed
firecracker: set null cpu_template
1 parent 64c8d4a commit 22fc621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/runners/firecracker.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ let
3030
# Without this, starting of firecracker fails with an error message:
3131
# Enabling simultaneous multithreading is not supported on aarch64
3232
smt = system != "aarch64-linux";
33+
# Run even on old CPUs
34+
cpu_template = null;
3335
};
3436
drives = [ {
3537
drive_id = "store";

0 commit comments

Comments
 (0)