Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 1ee4ff5

Browse files
committed
See if XBUILD_SYSROOT_PATH speeds up builds
1 parent ae3d73c commit 1ee4ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def main():
3939
os.path.join(BASE_DIR, "target"),
4040
os.path.join(BASE_DIR, path)
4141
),
42+
XBUILD_SYSROOT_PATH=os.path.join(BASE_DIR, "target-sysroot"),
4243
)
4344
)
4445

0 commit comments

Comments
 (0)