Skip to content

Commit 2190705

Browse files
committed
ci: configure with -DCMAKE_SYSTEM_NAME=Haiku for Haiku
Fixes ci regression introduced in e8b69b0
1 parent 8796f0a commit 2190705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-test-plan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
653653
job.cmake_arguments.extend((
654654
f"-DCMAKE_C_COMPILER={job.cc}",
655655
f"-DCMAKE_CXX_COMPILER={job.cxx}",
656+
"-DCMAKE_SYSTEM_NAME=Haiku",
656657
"-DSDL_UNIX_CONSOLE_BUILD=ON",
657658
))
658659
job.shared_lib = SharedLibType.SO_0

0 commit comments

Comments
 (0)