Skip to content

Commit 1e4e68b

Browse files
author
Andrew Boie
committed
sanitycheck: only disable tryrun when using SDK
Change-Id: I8018db62408240208b6f0b5e8f6f5ddf96d497f2 Signed-off-by: Andrew Boie <[email protected]>
1 parent fb5299c commit 1e4e68b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/sanitycheck

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,8 @@ def main():
18181818
global VERBOSE, INLINE_LOGS, CPU_COUNTS, log_file
18191819
args = parse_arguments()
18201820
toolchain = os.environ.get("ZEPHYR_GCC_VARIANT", None)
1821+
if toolchain == "zephyr":
1822+
os.environ["DISABLE_TRYRUN"] = "1"
18211823

18221824
if args.size:
18231825
for fn in args.size:

0 commit comments

Comments
 (0)