fix 24.05 evaluation

This commit is contained in:
Jörg Thalheim
2024-06-21 23:26:44 +02:00
parent cc634b69c8
commit 584a5e5518
16 changed files with 56 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ def write_eval_test(f: IO[str], profiles: list[str]) -> None:
continue
system = "x86_64-linux"
if "raspberry-pi/4" == profile or "raspberry-pi/5" == profile:
if profile in ("raspberry-pi/4", "raspberry-pi/5"):
system = "aarch64-linux"
f.write(