Skip to content

Commit 5fd499b

Browse files
nashifAnas Nashif
authored andcommitted
sanitycheck: remove obsolete DISABLE_TRYRUN
Signed-off-by: Anas Nashif <[email protected]>
1 parent 66bdb32 commit 5fd499b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/sanitycheck

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,8 +2090,6 @@ def main():
20902090
global VERBOSE, INLINE_LOGS, CPU_COUNTS, log_file
20912091
args = parse_arguments()
20922092
toolchain = os.environ.get("ZEPHYR_GCC_VARIANT", None)
2093-
if toolchain == "zephyr":
2094-
os.environ["DISABLE_TRYRUN"] = "1"
20952093

20962094
if args.size:
20972095
for fn in args.size:

0 commit comments

Comments
 (0)