Skip to content

Commit 5af0325

Browse files
disable startup parameter for AArch64
The build server hang. Does not know why.
1 parent 22af5f9 commit 5af0325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/test/test_start_up_parameter.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,10 @@ function TTestStartUpParameter.ReadConsoleLogFile: boolean;
595595

596596
initialization
597597
// macOS version does not support startup parameter
598+
{$IFNDEF CPUAARCH64}
598599
{$IFNDEF DARWIN}
599600
RegisterTest(TTestStartUpParameter);
600601
{$ENDIF}
602+
{$ENDIF}
601603

602604
end.

0 commit comments

Comments
 (0)