From 7135061273b03ec076c46b440ce4f6415e4fea70 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 1 Jun 2023 12:00:07 +0200 Subject: CC/foreign rules: support timeout scaling ... and set a sensible default. --- CC/foreign/make/RULES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CC/foreign/make/RULES') diff --git a/CC/foreign/make/RULES b/CC/foreign/make/RULES index 8278e3f..992ec2a 100644 --- a/CC/foreign/make/RULES +++ b/CC/foreign/make/RULES @@ -35,6 +35,7 @@ , "AR" , "PREFIX" , "BUILD_POSITION_INDEPENDENT" + , "TIMEOUT_SCALE" ] , "implicit": {"defaults": [["CC", "defaults"]]} , "field_doc": @@ -164,6 +165,10 @@ , "is ignored if the field \"prefix\" is set." ] , "BUILD_POSITION_INDEPENDENT": ["Build position independent code."] + , "TIMEOUT_SCALE": + [ "The scaling of the timeout for the invocation of the foreign build." + , "Defaults to 10." + ] } , "imports": { "stage_field": ["", "stage_singleton_field"] @@ -317,6 +322,7 @@ , "AR" , "PREFIX" , "BUILD_POSITION_INDEPENDENT" + , "TIMEOUT_SCALE" ] , "implicit": { "defaults": [["CC", "defaults"]] @@ -490,6 +496,10 @@ , "is ignored if the field \"prefix\" is set." ] , "BUILD_POSITION_INDEPENDENT": ["Build position independent code."] + , "TIMEOUT_SCALE": + [ "The scaling of the timeout for the invocation of the foreign build." + , "Defaults to 10." + ] } , "imports": { "stage_field": ["", "stage_singleton_field"] -- cgit v1.2.3